aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2009-06-10 14:16:40 -0700
committerBen Pfaff <blp@nicira.com>2009-06-10 15:31:20 -0700
commite50097d233cb52551702165324514cb6018a7627 (patch)
treeb089af77a85d083f577654a595228a4f8d733040 /Makefile.am
parentd798447957d98428fdddae744f2e58d2802286d8 (diff)
Fix glibc 2.7 strtok_r() bug in a more permanent fashion.
The glibc 2.7 headers contain a bug that causes strtok_r() to segfault in some circumstances. Until now, we have been working around this problem at each invocation, but this depends on the programmer to remember to do so each time. This commit instead adds a shim that adds a work-around to the string.h header itself, so that it is much more difficult to miss the workaround.
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions