From 442bbd9c203ab5cd6998aebb4b25918ce4ceda9f Mon Sep 17 00:00:00 2001 From: Sebastien Braun Date: Wed, 25 Aug 2010 19:51:41 +0200 Subject: Add patch for OpenPGM to fix switch() fallthrough --- 3rdparty/01-libpgm-fix-switch-fallthrough.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 3rdparty/01-libpgm-fix-switch-fallthrough.patch (limited to '3rdparty') diff --git a/3rdparty/01-libpgm-fix-switch-fallthrough.patch b/3rdparty/01-libpgm-fix-switch-fallthrough.patch new file mode 100644 index 0000000..23dfc9c --- /dev/null +++ b/3rdparty/01-libpgm-fix-switch-fallthrough.patch @@ -0,0 +1,11 @@ +diff -Naur pgm/socket.c pgm-fixed/socket.c +--- pgm/socket.c 2010-05-22 06:42:00.000000000 +0200 ++++ pgm-fixed/socket.c 2010-07-14 19:24:43.710669589 +0200 +@@ -641,6 +641,7 @@ + break; + sock->spmr_expiry = *(const int*)optval; + status = TRUE; ++ break; + + /* size of receive window in sequence numbers. + * 0 < rxw_sqns < one less than half sequence space -- cgit v1.2.3-55-g7522