[ovs-git] Open vSwitch: Add runtime test that strtok_r() bug fix works. (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 6 18:33:35 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  78f172aa4ea3acd28085a457059ad82ba2f2c79a (commit)
       via  594624655524ccaa5a73d41b6cec163869bfab6d (commit)
      from  1b656aa878f8cd667e7700fe52e8a1ca3cb51781 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 78f172aa4ea3acd28085a457059ad82ba2f2c79a
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=78f172aa4ea3acd28085a457059ad82ba2f2c79a
Author: Ben Pfaff <blp at nicira.com>
		
Add runtime test that strtok_r() bug fix works.
		
Our bug fix for glibc's strtok_r() bug was not effective in distribution
tarballs.  This new test should catch that problem earlier in case it
recurs.


commit 594624655524ccaa5a73d41b6cec163869bfab6d
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=594624655524ccaa5a73d41b6cec163869bfab6d
Author: Ben Pfaff <blp at nicira.com>
		
Include lib/string.h in "make dist"-generated tarballs.
		
This file was missing from distributions.  Its lack prevented the
strtok_r() fix from working on systems that need it.

Reported-by: Tetsuo NAKAGAWA <nakagawa at mxc.nes.nec.co.jp>


-----------------------------------------------------------------------

Summary of changes:
 lib/automake.mk       |    3 ++-
 tests/automake.mk     |    3 +++
 tests/library.at      |    4 ++++
 tests/test-strtok_r.c |   38 ++++++++++++++++++++++++++++++++++++++
 4 files changed, 47 insertions(+), 1 deletions(-)
 create mode 100644 tests/test-strtok_r.c


hooks/post-receive
-- 
Open vSwitch




More information about the git mailing list