This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/1963] argument p not checked in io/fts.c:fts_load()


------- Additional Comments From heiko dot nardmann at secunet dot com  2005-12-01 18:01 -------
(In reply to comment #7) 
> It means that p can never be NULL.  Likewise for sp.  
 
Why not? io/fts.c exports the following functions according to my understanding 
of the glibc-2.3.5 source code: 
 
1) fts_open() 
2) fts_close() 
3) fts_read() 
4) fts_set() 
5) fts_children() 
 
So why is it impossible to call fts_set()? And ... if this is true: why is it 
still part of glibc source code? 
 

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


http://sourceware.org/bugzilla/show_bug.cgi?id=1963

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]