[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0beta1-498-gb955ca7

noreply at openinfosecfoundation.org noreply at openinfosecfoundation.org
Wed Dec 18 11:54:18 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 has been updated
       via  b955ca7b867d0f7d45a365526c1fc568ea50cc5f (commit)
       via  3714925d2bfc37387fd92f115529f0d6edc1ce44 (commit)
      from  1cce207c0502c4122282db366c54ed95bbd342b2 (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 b955ca7b867d0f7d45a365526c1fc568ea50cc5f
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 18 12:23:50 2013 +0100

    conf: fix potential use-after-free on error
    
    Coverity 1139544
    
    If strdup would fail, 'node' was freed but it wasn't set to NULL. The
    code then returned node. The caller would not detect there was an error
    and use the freed pointer.

commit 3714925d2bfc37387fd92f115529f0d6edc1ce44
Author: Victor Julien <victor at inliniac.net>
Date:   Wed Dec 18 12:17:56 2013 +0100

    stream: fix potential memory loss on error
    
    Coverity 1139543.
    
    If StreamTcpPseudoPacket would be called with len == 0, the packet
    it acquired before checking the len value would be lost.

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

Summary of changes:
 src/conf.c       |    1 +
 src/stream-tcp.c |    6 +++++-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list