[Oisf-devel] [COMMIT] OISF branch, master-2.0.x, updated. suricata-2.0.6
OISF Git
noreply at openinfosecfoundation.org
Thu Jan 15 10:08:18 UTC 2015
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-2.0.x has been updated
via e9b425ac3a109682c83db143bbe3854872ed01ba (commit)
via 8e37a82a901ddf7bb948e4296d844f942c75ad4a (commit)
via 49f25811b328c7c4dbd82820e795514a6733283a (commit)
via b09b20d7e2280fafd0282a6a566a65411ca5137f (commit)
via 9d228b56d4af40a83b0cd7d02bda3176c66ce16c (commit)
from 707888c074e7b439bdfaf8fea5e9a80b67ee2c17 (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 e9b425ac3a109682c83db143bbe3854872ed01ba
Author: Victor Julien <victor at inliniac.net>
Date: Thu Jan 15 10:08:25 2015 +0100
Update Changelog for 2.0.6 release
commit 8e37a82a901ddf7bb948e4296d844f942c75ad4a
Author: Victor Julien <victor at inliniac.net>
Date: Wed Jan 14 23:49:54 2015 +0100
Fix OS X 10.10 unittest failure
Work around OS X 10.10 Yosemite returning EDEADLK on a rwlock wrlocked
then tested by wrtrylock. All other OS' (and versions of OS X that I
tested) seem to return EBUSY instead.
commit 49f25811b328c7c4dbd82820e795514a6733283a
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 16 19:41:32 2014 +0100
Add test for memcmp issue.
commit b09b20d7e2280fafd0282a6a566a65411ca5137f
Author: Victor Julien <victor at inliniac.net>
Date: Tue Dec 16 19:12:20 2014 +0100
memcmp: fix lowercase compare issue
MemcmpLowercase would not compare the first byte of both input buffers
leading to two non-identical buffers to be considered the same.
Tile version is not affected.
commit 9d228b56d4af40a83b0cd7d02bda3176c66ce16c
Author: Victor Julien <victor at inliniac.net>
Date: Fri Dec 12 18:20:24 2014 +0100
Fix a fix: defrag OOM condition
** CID 1257764: Dereference after null check (FORWARD_NULL)
/src/defrag.c: 291 in Defrag4Reassemble()
** CID 1257763: Dereference after null check (FORWARD_NULL)
/src/defrag.c: 409 in Defrag6Reassemble()
In the error case 'rp' can be both NULL or non-NULL.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
src/defrag.c | 6 ++++--
src/threads.c | 7 +++++++
src/util-memcmp.c | 41 +++++++++++++++++++++++++++++++++++++++++
src/util-memcmp.h | 7 ++++---
5 files changed, 64 insertions(+), 5 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list