Fix: scanf unbounded input
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 21 Feb 2014 03:53:04 +0000 (22:53 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Fri, 21 Feb 2014 14:10:25 +0000 (14:10 +0000)
commit8ab7c0d9aa6d5dd0289a8ebc42b743ff0ac649c6
tree05a9f597cc10a5ab648c3ca205e352c967233ce9
parent53efb85a242809ed5ed21e9ab40effa696ecbc6f
Fix: scanf unbounded input

Awaiting a proper cleanup (introducing nscanf), do what we can to
validate the scanf input using its utterly broken API.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: David Goulet <dgoulet@efficios.com>
src/bin/lttng/commands/enable_events.c
src/bin/lttng/conf.c
src/lib/lttng-ctl/filter/filter-parser.y
This page took 0.02662 seconds and 5 git commands to generate.