[Oisf-devel] [COMMIT] OISF branch, master-3.2.x, updated. suricata-3.2.1-31-g43dee9a
OISF Git
noreply at openinfosecfoundation.org
Wed May 31 06:49:16 UTC 2017
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-3.2.x has been updated
via 43dee9a5ef6e1ae3fe594f6d78951f3b17748aa5 (commit)
via 840ba2ec9bcbd9b5fe07405d8d69262b279e99d6 (commit)
via 5faa82c5ccd8be941a35a30eff336a34bee50482 (commit)
via 8890bd17387535193200668474ab9ecdbba2611e (commit)
via 53709614b8ca568868bb25b6b40880260c9ed151 (commit)
via fb9a554fdb5ef81e124941a8c63b495df49e261f (commit)
from 5a812400fb7eeaf6d86f20a2d830573467a34d15 (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 43dee9a5ef6e1ae3fe594f6d78951f3b17748aa5
Author: Victor Julien <victor at inliniac.net>
Date: Wed May 24 21:30:48 2017 +0200
unix socket: improve output of unix mode
commit 840ba2ec9bcbd9b5fe07405d8d69262b279e99d6
Author: Jason Ish <ish at unx.ca>
Date: Tue May 9 17:40:56 2017 -0600
dns: fix log filtering
Previously only a subset of the records could be selected
in custom. Now allow any to be selected.
commit 5faa82c5ccd8be941a35a30eff336a34bee50482
Author: Victor Julien <victor at inliniac.net>
Date: Wed Apr 5 15:19:33 2017 -0400
modbus: fix compiler warnings about alignment
app-layer-modbus.c:1226:39: warning: taking address of packed member 'transactionId' of class or structure 'ModbusHeader_' may result in an unaligned pointer value [-Waddress-of-packed-member]
if (ModbusExtractUint16(modbus, &(header->transactionId), input, input_len, &offset) ||
^~~~~~~~~~~~~~~~~~~~~
app-layer-modbus.c:1228:39: warning: taking address of packed member 'protocolId' of class or structure 'ModbusHeader_' may result in an unaligned pointer value [-Waddress-of-packed-member]
ModbusExtractUint16(modbus, &(header->protocolId), input, input_len, &offset) ||
^~~~~~~~~~~~~~~~~~
app-layer-modbus.c:1230:39: warning: taking address of packed member 'length' of class or structure 'ModbusHeader_' may result in an unaligned pointer value [-Waddress-of-packed-member]
ModbusExtractUint16(modbus, &(header->length), input, input_len, &offset) ||
^~~~~~~~~~~~~~
3 warnings generated.
Bug #2088
commit 8890bd17387535193200668474ab9ecdbba2611e
Author: Victor Julien <victor at inliniac.net>
Date: Wed Apr 5 15:13:17 2017 +0200
pool: fix compiler warning
clang-4.0 reported:
util-pool.c:242:13: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^ ~
util-pool.c:242:13: note: add parentheses after the '!' to evaluate the bitwise operator first
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^
( )
util-pool.c:242:13: note: add parentheses around left hand side expression to silence this warning
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^
( )
util-pool.c:261:13: warning: logical not is only applied to the left hand side of this bitwise operator [-Wlogical-not-parentheses]
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^ ~
util-pool.c:261:13: note: add parentheses after the '!' to evaluate the bitwise operator first
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^
( )
util-pool.c:261:13: note: add parentheses around left hand side expression to silence this warning
if (! pb->flags & POOL_BUCKET_PREALLOCATED) {
^
( )
2 warnings generated.
commit 53709614b8ca568868bb25b6b40880260c9ed151
Author: Victor Julien <victor at inliniac.net>
Date: Mon Apr 3 16:09:18 2017 +0200
af-packet: fix cppcheck false positive
[src/source-af-packet.c:1903]: (error) Resource leak: fd
commit fb9a554fdb5ef81e124941a8c63b495df49e261f
Author: Victor Julien <victor at inliniac.net>
Date: Tue May 16 09:39:02 2017 +0200
bug 2113: unix-socket start up race
-----------------------------------------------------------------------
Summary of changes:
src/app-layer-modbus.c | 23 +++++++++++++++++++----
src/output-json-dns.c | 5 +++--
src/runmode-unix-socket.c | 27 +++++++++++++++++----------
src/runmode-unix-socket.h | 1 -
src/source-af-packet.c | 26 ++++++++++++++------------
src/suricata.c | 4 ++++
src/unix-manager.c | 36 +++++++++++++++++++++---------------
src/unix-manager.h | 1 +
src/util-pool.c | 4 ++--
9 files changed, 81 insertions(+), 46 deletions(-)
hooks/post-receive
--
OISF
More information about the Oisf-devel
mailing list