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/1961] ptr argv not checked in io/fts.c:fts_open()


------- Additional Comments From heiko dot nardmann at secunet dot com  2005-12-01 16:14 -------
Adding the following might help: 
 
	if (argv == NULL) { 
		__set_errno (EINVAL); 
		return (NULL); 
	} 
 

-- 


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

------- 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]