[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11093] NSPropertyList.m uninitialized variable with possible use
From: |
anonymous |
Subject: |
[bugs #11093] NSPropertyList.m uninitialized variable with possible use |
Date: |
Sun, 21 Nov 2004 11:31:28 -0500 |
User-agent: |
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #11093] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11093>
Project: GNUstep
Submitted by: 0
On: Son 21.11.2004 at 11:25
Category: Makefiles
Severity: 5 - Average
Item Group: Change Request
Resolution: None
Privacy: Public
Assigned to: None
Status: Open
Summary: NSPropertyList.m uninitialized variable with possible use
Original Submission: In method
propertyListFromData:mutabilityOption:format:errorDescription: the first
variable declared is format. This variable should be initialized because it is
possible that it will not be set. That is the case, when HAVE_LIBXML is not
defined, an uninitialized value will be returned in *aFormat.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11093>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #11093] NSPropertyList.m uninitialized variable with possible use,
anonymous <=