Fix: possible use of uninitialized data in loglevel conversion funcs
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 26 Mar 2015 19:07:35 +0000 (15:07 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 26 Mar 2015 22:08:17 +0000 (18:08 -0400)
commit3712b11040b3b8a880de825584f817a376865564
tree3fc5584d68f0bba31904c528e2fd4793ce3336dc
parenta90d21b3909d2e44882d6ac181bb35cee3a3f6a8
Fix: possible use of uninitialized data in loglevel conversion funcs

str will be uninitialized if inputstr[0] == '\0'

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c
This page took 0.024482 seconds and 4 git commands to generate.