[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #23307] Potential problem in NSRunLoop
From: |
Fred Kiefer |
Subject: |
[bug #23307] Potential problem in NSRunLoop |
Date: |
Tue, 20 May 2008 23:23:10 +0000 |
User-agent: |
Mozilla/5.0 (compatible; Konqueror/3.5; Linux) KHTML/3.5.7 (like Gecko) SUSE |
URL:
<http://savannah.gnu.org/bugs/?23307>
Summary: Potential problem in NSRunLoop
Project: GNUstep
Submitted by: FredKiefer
Submitted on: Dienstag 20.05.2008 um 23:23
Category: Base/Foundation
Severity: 2 - Minor
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
Line 710 in NSRunLoop currentLoop
if (context->housekeeper != timer)
check the uninitialised local variable timer. Most likely nil should be used
instead, but I am not that sure.
The problem was found by valgrind!
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?23307>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.gnu.org/
- [bug #23307] Potential problem in NSRunLoop,
Fred Kiefer <=