[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-2.0rc1-13-gb4ab9a0

OISF Git noreply at openinfosecfoundation.org
Tue Feb 25 22:37:37 UTC 2014


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  b4ab9a0a3cd3086f68b66ad7ca70d04e4335018b (commit)
       via  d63df6937c1ae4d6cb83605b88306346ec6742b0 (commit)
       via  95fa5ae1d2e260d756cb324b6ee4323332223e91 (commit)
      from  0416a8428d6ba79c0a9893ccce809a24b6243be5 (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 b4ab9a0a3cd3086f68b66ad7ca70d04e4335018b
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Feb 25 22:52:18 2014 +0100

    ftp: fix memory leak
    
    db pointers in both directions were not freed. This patch frees them
    in the state free function.
    
    Bug #1090

commit d63df6937c1ae4d6cb83605b88306346ec6742b0
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Feb 25 22:45:46 2014 +0100

    tls: fix uninitialized var use
    
    errcode wasn't initialized and in some code paths it remained
    uninitialized, leading to us evaluating this uninitialized value.
    
    Bug #1091

commit 95fa5ae1d2e260d756cb324b6ee4323332223e91
Author: Victor Julien <victor at inliniac.net>
Date:   Tue Feb 25 22:40:46 2014 +0100

    smtp: don't read uninitialized value
    
    If a reply would be seen before a command, a read of a uninitialized
    value could happen.
    
    This patch adds a check for this.
    
    Bug #1089.

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

Summary of changes:
 src/app-layer-ftp.c           |    4 ++++
 src/app-layer-smtp.c          |    4 +++-
 src/app-layer-tls-handshake.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
OISF


More information about the Oisf-devel mailing list