This is the mail archive of the glibc-bugs-regex@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 regex/5718] Uninitialised struct member in re_compile_internal causes crash in regfree


------- Additional Comments From rrt at sc3d dot org  2008-02-04 14:03 -------
The way translate is documented, in the node "Translate Tables", is:

"You tell Regex to use a translate table on a given pattern buffer by assigning
that table's address to the `translate' field of that buffer. If you don't want
Regex to do any translation, put zero into this field."

Nothing about malloc.

-- 


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

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