This is the mail archive of the glibc-bugs-regex@sources.redhat.com 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/934] segfault in regexec


------- Additional Comments From jakub at redhat dot com  2005-05-06 08:26 -------
Or the whole re_search_internal.  Depends on how common is using the same
regex_t simultaneously.  I think it is uncommon, and therefore just
locking/unlocking it once should be faster than finding out which places
ever touch anything reachable from regex_t and adding locks to all those
places.

-- 


http://sources.redhat.com/bugzilla/show_bug.cgi?id=934

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