[Oisf-devel] [COMMIT] OISF branch, master-1.4.x, updated. suricata-1.4.5-3-g78d21b1

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Tue Sep 3 10:07:10 UTC 2013


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 "OISF".

The branch, master-1.4.x has been updated
       via  78d21b157d4575c7451e1e5414956710b79a4011 (commit)
      from  6a502b78efdc541b7d7da13b51806535d0ccac5d (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 78d21b157d4575c7451e1e5414956710b79a4011
Author: Eric Leblond <eric at regit.org>
Date:   Fri Aug 2 13:12:37 2013 +0200

    solaris: fix compilation failure
    
    This patch fixes a compilation failure on Solaris. Compiler does
    not support when a function returning void is used in return of
    an other function returning void.
    
    Patch obtained thanks to coccinelle and the following semantic
    patch:
    
     @@
     identifier f;
     expression E;
     @@
    
     void f(...)
     {
     	<...
     	- return E;
     	+ E;
     	+ return;
     	...>
     }

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

Summary of changes:
 src/app-layer-detect-proto.c |    3 ++-
 src/decode-ipv6.c            |   18 ++++++++++++------
 src/decode.c                 |   12 ++++++++----
 src/util-radix-tree.c        |   15 ++++++++++-----
 4 files changed, 32 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list