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/2703] envz_strip() works incorrectly


------- Additional Comments From rsa at us dot ibm dot com  2006-06-02 19:57 -------
The segfault related to my first testcase was due to 'size' not falling upon a
\0.  It is an error when the last character in the string passed into
envz_split() is not \0.

The segfault related to my second testcase is due to the memmove parameters
being reversed.

-- 


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

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