[Oisf-devel] [COMMIT] OISF branch, master, updated. suricata-3.0.1-220-g271bd04
OISF Git
noreply at openinfosecfoundation.org
Tue May 10 06:14:15 UTC 2016
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 271bd045396b618cd52079be17ca083c4931f87e (commit)
via 79c1904ab24ccd8dd34c5847d4302431034633a4 (commit)
via 3979cb0e579f901158322f96e8a5931a036932f4 (commit)
via 8db7b70e93f34aa86bd69a7d9fe73ebc9cd89b95 (commit)
via 4875040dcac2e0f4837765268742bafad4c00ff1 (commit)
via e13f9561006e58724d4b3e52ad34cb596b06138f (commit)
via 542492d6c21c678e726ea34ba4f58c3b4641a277 (commit)
via d79208d93ba9a2171a586c6b4692c32c80d02d60 (commit)
via 055f8bea105bf0472dd448f93e67db9c80a25c11 (commit)
via ed5a01e8ddb5d83abed8cf04f0e794279758f91f (commit)
via 9235dd498f6e4a14d09dc63f2b0b721636788498 (commit)
via 001e87310d8e2b366934abc7d57b8248f323f2cc (commit)
via 35d081a797a1eaff6351eefb072b0741e8241471 (commit)
via 31b632a17df9e650f3dc9c9ea48774757488d972 (commit)
via b112af817dd5ee518fd8ec595ea64c9a00ece080 (commit)
via 76c8c077c59e4f83e5f0558d23639649612322e7 (commit)
via c64815e4a892a78cc4cc1a0bfe1b25f6b1a24216 (commit)
via aa8e747e4d39fb32349ea6638649f5653e2519b6 (commit)
via e29e9056cb83de896d5b06fcf4d049169750901e (commit)
via bf551ace4ef2e5a116184f0e77d17e6b10b0535c (commit)
via 3c15c1f8d5699ff3a2642d4e2770d10b758ab47d (commit)
via a81796654f5becc59e4793cd9ff50b77e51f4d9a (commit)
via 70b864d06b7b35958adda92c2ad2725cb11dbbcd (commit)
via b28ebae088324af35d1ff87e115f9442d1ca3f9f (commit)
via d18e2f6e9a5a9a6f944bf54dbb648473d9e49fa5 (commit)
via 3d4cdd11175469e99b8ef4f9d76f71fb6398e976 (commit)
via 524c6271948129f04d393220026628b21627fdc8 (commit)
from c742a818d558216512290c1602ffdd3bce3a1325 (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 271bd045396b618cd52079be17ca083c4931f87e
Author: DIALLO David <david.diallo at ssi.gouv.fr>
Date: Wed May 4 09:58:01 2016 +0200
modbus: fix AddressSanitizer error (segmentation fault)
In case of Mask Write register or Write single register request with
no data (malformed packet), app-layer-modbus checks response content
(data) with the none stored request content. That causes the segmentation
fault.
Before accessing to request content, app-layer-modbus checks now if
content has been previously stored. 4 unitests have been adding, 2 of them
to test the management of Mask Write register and Write single register requests,
and the 2 others to check invalid Mask Write register and Write single register
requests.
commit 79c1904ab24ccd8dd34c5847d4302431034633a4
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:18:57 2016 +0200
ipv6: fix alignment issue in address to string code
commit 3979cb0e579f901158322f96e8a5931a036932f4
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:13:21 2016 +0200
ac-ks: fix integer handling issue
commit 8db7b70e93f34aa86bd69a7d9fe73ebc9cd89b95
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:12:29 2016 +0200
unittests: don't call memcpy on NULL-ptr
commit 4875040dcac2e0f4837765268742bafad4c00ff1
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:10:42 2016 +0200
pcre: initialize var before use
commit e13f9561006e58724d4b3e52ad34cb596b06138f
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:09:52 2016 +0200
yaml: minor cleanup
commit 542492d6c21c678e726ea34ba4f58c3b4641a277
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:09:36 2016 +0200
yaml: initialize var to prevent uninitialized read
commit d79208d93ba9a2171a586c6b4692c32c80d02d60
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:04:07 2016 +0200
tcp sack: fix alignment issues
commit 055f8bea105bf0472dd448f93e67db9c80a25c11
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 15:00:10 2016 +0200
smb: improve integer handling
commit ed5a01e8ddb5d83abed8cf04f0e794279758f91f
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 14:57:55 2016 +0200
dcerpc: improve integer handling
commit 9235dd498f6e4a14d09dc63f2b0b721636788498
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 13:06:15 2016 +0200
detect port: fix integer handling in hashing
commit 001e87310d8e2b366934abc7d57b8248f323f2cc
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 12:54:37 2016 +0200
decode: don't call memcpy on NULL-ptr on pseudo packets
commit 35d081a797a1eaff6351eefb072b0741e8241471
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 12:50:15 2016 +0200
ippair: fix alignment issues
commit 31b632a17df9e650f3dc9c9ea48774757488d972
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 12:50:01 2016 +0200
host: fix alignment issues
commit b112af817dd5ee518fd8ec595ea64c9a00ece080
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 12:49:33 2016 +0200
flow: fix alignment issues
commit 76c8c077c59e4f83e5f0558d23639649612322e7
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 12:43:11 2016 +0200
tcp: fix alignment issues with tcp timestamps
commit c64815e4a892a78cc4cc1a0bfe1b25f6b1a24216
Author: Victor Julien <victor at inliniac.net>
Date: Fri May 6 11:04:29 2016 +0200
decode-mime: don't call memcpy on NULL pointer
commit aa8e747e4d39fb32349ea6638649f5653e2519b6
Author: Jason Ish <ish at unx.ca>
Date: Thu May 5 09:41:45 2016 -0600
sources: allow interface definitions to be reordered
For af-packet, pf-ring, netmap, and pcap use a generic
lookup function to find the configuration node for an
interface.
The new lookup function does not depend on the ordering
of the items inside the device configuration.
commit e29e9056cb83de896d5b06fcf4d049169750901e
Author: Eric Leblond <eric at regit.org>
Date: Mon May 9 00:06:57 2016 +0200
config-test: fix memory leak detect by ASAN
NSS library was not deinit at exit resulting in memory leak. As
it is useless for a config test, the patch updates the code so it
is not initialized.
Patch also calls MagicDeinit to free memory used by libmagic.
commit bf551ace4ef2e5a116184f0e77d17e6b10b0535c
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 11:12:22 2016 +0200
Use ConfValIsTrue for parseing util-logfile append value.
commit 3c15c1f8d5699ff3a2642d4e2770d10b758ab47d
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 11:06:57 2016 +0200
Use ConfValIsTrue for parsing TILE PCIE logging append value.
commit a81796654f5becc59e4793cd9ff50b77e51f4d9a
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:58:24 2016 +0200
Use ConfValIs* for parsing pf-ring.checksum-checks.
commit 70b864d06b7b35958adda92c2ad2725cb11dbbcd
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:53:41 2016 +0200
Use ConfValIs* for parsing pcap.checksum-checks.
commit b28ebae088324af35d1ff87e115f9442d1ca3f9f
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:51:57 2016 +0200
Use ConfValIs* for parsing netmap.checksum-checks.
commit d18e2f6e9a5a9a6f944bf54dbb648473d9e49fa5
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:50:21 2016 +0200
Use ConfValIs* for parsing af-packet.checksum-checks.
commit 3d4cdd11175469e99b8ef4f9d76f71fb6398e976
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:44:06 2016 +0200
Use ConfValIs* for parseing mpipe.checksum-checks.
commit 524c6271948129f04d393220026628b21627fdc8
Author: maxtors <moe.andreas at gmail.com>
Date: Thu May 5 10:41:42 2016 +0200
Use ConfValIs* for parsing pcap-file.checksum-checks.
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-dcerpc-udp.c | 72 +++----
src/app-layer-dcerpc.c | 24 +--
src/app-layer-modbus.c | 452 ++++++++++++++++++++++++++++++++++++++++++--
src/app-layer-smb.c | 8 +-
src/conf-yaml-loader.c | 5 +-
src/decode-tcp.c | 8 +-
src/decode-tcp.h | 22 +--
src/decode.c | 4 +-
src/detect-engine-port.c | 2 +-
src/flow.c | 4 +-
src/host.c | 4 +-
src/ippair.c | 4 +-
src/runmode-af-packet.c | 10 +-
src/runmode-netmap.c | 8 +-
src/runmode-pcap.c | 8 +-
src/runmode-pfring.c | 8 +-
src/source-mpipe.c | 4 +-
src/source-pcap-file.c | 4 +-
src/stream-tcp-sack.c | 7 +-
src/stream-tcp.c | 72 ++-----
src/suricata.c | 10 +-
src/util-conf.c | 28 +++
src/util-conf.h | 4 +
src/util-decode-mime.c | 4 +-
src/util-logopenfile-tile.c | 2 +-
src/util-logopenfile.c | 2 +-
src/util-misc.c | 2 +-
src/util-mpm-ac-tile.c | 2 +-
src/util-print.c | 5 +-
src/util-unittest-helper.c | 4 +-
30 files changed, 616 insertions(+), 177 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list