Fix glibc 2.7 strtok_r() bug in a more permanent fashion.
authorBen Pfaff <blp@nicira.com>
Wed, 10 Jun 2009 21:16:40 +0000 (14:16 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 10 Jun 2009 22:31:20 +0000 (15:31 -0700)
commite50097d233cb52551702165324514cb6018a7627
treeb089af77a85d083f577654a595228a4f8d733040
parentd798447957d98428fdddae744f2e58d2802286d8
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.
acinclude.m4
configure.ac
lib/vconn-ssl.c
lib/vconn-tcp.c
secchan/netflow.c
utilities/ovs-dpctl.c
utilities/ovs-ofctl.c