[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #12276] Infinite loop in NSPropertyList OAppend
From: |
Manuel Guesdon |
Subject: |
[bugs #12276] Infinite loop in NSPropertyList OAppend |
Date: |
Fri, 11 Mar 2005 09:24:41 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804 Galeon/1.3.17 |
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12276>
Summary: Infinite loop in NSPropertyList OAppend
Project: GNUstep
Submitted by: mguesdon
Submitted on: ven 11.03.2005 à 09:24
Category: Base/Foundation
Severity: 9 - Blocker
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
Details:
If nil is passed as obj to OAppend, it recurses without end.
null can be passed for example for a GDL2 EOMutableKnownKeyDictionary which
is kind of NSDictionary but may have nil value so:
OAppend(plists[i], nil, 0, step, x, dest);
call may have a nil plists[i]
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=12276>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [bugs #12276] Infinite loop in NSPropertyList OAppend,
Manuel Guesdon <=