wireshark/epan/dfilter
Dario Lombardo 566d20f444 dfilter: use g_malloc0 to prevent uninitialized memory to be used.
Found by clang.

Change-Id: I89497bd0f32c79f82218c6d254a214364c930eb3
Reviewed-on: https://code.wireshark.org/review/25884
Petri-Dish: Dario Lombardo <lomato@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
2018-02-21 17:14:30 +00:00
..
.editorconfig Add EditorConfig settings for most C files 2016-03-08 10:46:35 +00:00
CMakeLists.txt Treat most Lex-generated and all Lemon-generated files as clean. 2018-02-16 06:20:15 +00:00
Makefile.am Don't make separate libXXX_generated libraries. 2018-02-17 14:47:23 +00:00
dfilter-int.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfilter-macro.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfilter-macro.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfilter.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfilter.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfunctions.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfunctions.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfvm.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
dfvm.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
drange.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
drange.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
gencode.c dfilter: use g_malloc0 to prevent uninitialized memory to be used. 2018-02-21 17:14:30 +00:00
gencode.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
grammar.lemon Improve support for single-character fields and filter expressions. 2016-09-19 02:51:13 +00:00
scanner.l Add DIAG_OFF_FLEX and DIAG_ON_FLEX for use in Flex scanners. 2018-02-16 10:35:10 +00:00
semcheck.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
semcheck.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-function.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-function.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-integer.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-pointer.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-range.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-range.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-set.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-set.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-string.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-test.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
sttype-test.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
syntax-tree.c epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00
syntax-tree.h epan: use SPDX indentifiers. 2018-02-08 19:29:45 +00:00