public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1961] New: ptr argv not checked in io/fts.c:fts_open()
@ 2005-12-01 16:13 heiko dot nardmann at secunet dot com
  2005-12-01 16:14 ` [Bug libc/1961] " heiko dot nardmann at secunet dot com
  2005-12-21  8:25 ` drepper at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: heiko dot nardmann at secunet dot com @ 2005-12-01 16:13 UTC (permalink / raw)
  To: glibc-bugs

The argv pointer is not checked against NULL in io/fts.c in function 
fts_open().

-- 
           Summary: ptr argv not checked in io/fts.c:fts_open()
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: heiko dot nardmann at secunet dot com
                CC: glibc-bugs at sources dot redhat dot com


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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/1961] ptr argv not checked in io/fts.c:fts_open()
  2005-12-01 16:13 [Bug libc/1961] New: ptr argv not checked in io/fts.c:fts_open() heiko dot nardmann at secunet dot com
@ 2005-12-01 16:14 ` heiko dot nardmann at secunet dot com
  2005-12-21  8:25 ` drepper at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: heiko dot nardmann at secunet dot com @ 2005-12-01 16:14 UTC (permalink / raw)
  To: glibc-bugs


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


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug libc/1961] ptr argv not checked in io/fts.c:fts_open()
  2005-12-01 16:13 [Bug libc/1961] New: ptr argv not checked in io/fts.c:fts_open() heiko dot nardmann at secunet dot com
  2005-12-01 16:14 ` [Bug libc/1961] " heiko dot nardmann at secunet dot com
@ 2005-12-21  8:25 ` drepper at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: drepper at redhat dot com @ 2005-12-21  8:25 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-12-21 08:25 -------
It's the callers responsibility to not pass in nonsense.

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


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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-12-21  8:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 16:13 [Bug libc/1961] New: ptr argv not checked in io/fts.c:fts_open() heiko dot nardmann at secunet dot com
2005-12-01 16:14 ` [Bug libc/1961] " heiko dot nardmann at secunet dot com
2005-12-21  8:25 ` drepper at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).