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/18096] null deref in wordexp/parse_dollars/parse_arith


https://sourceware.org/bugzilla/show_bug.cgi?id=18096

--- Comment #7 from Kostya Serebryany <konstantin.s.serebryany at gmail dot com> ---
a related question: is wordexp() really supposed to call setenv()?
It's not just an undocumented side effect, but it also introduces
thread-unsafety
(AFAICT, setenv is not expected to be thread-safe, but wordexp is)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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