public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/1962] New: problem with datatype of variable len in io/fts.c:fts_open()
@ 2005-12-01 16:23 heiko dot nardmann at secunet dot com
  2005-12-21  8:34 ` [Bug libc/1962] " drepper at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: heiko dot nardmann at secunet dot com @ 2005-12-01 16:23 UTC (permalink / raw)
  To: glibc-bugs

The variable 'len' in function fts_open() is declared as 'int' but later on 
assigned to the return value of strlen() which is 'unsigned int'. 
 
How about declaring 'len' as unsigned int and also doing this for the third 
parameter of function fts_alloc()?

-- 
           Summary: problem with datatype of variable len in
                    io/fts.c:fts_open()
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: enhancement
          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=1962

------- 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] 2+ messages in thread

* [Bug libc/1962] problem with datatype of variable len in io/fts.c:fts_open()
  2005-12-01 16:23 [Bug libc/1962] New: problem with datatype of variable len in io/fts.c:fts_open() heiko dot nardmann at secunet dot com
@ 2005-12-21  8:34 ` drepper at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: drepper at redhat dot com @ 2005-12-21  8:34 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2005-12-21 08:34 -------
I've made some changes in the trunk version.

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


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

------- 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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-12-01 16:23 [Bug libc/1962] New: problem with datatype of variable len in io/fts.c:fts_open() heiko dot nardmann at secunet dot com
2005-12-21  8:34 ` [Bug libc/1962] " 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).