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 15:23:18 +0000 (15:23 +0000)
commit134cfa5cdae80a726ed5d444d5d8d3d1f9d27d21
tree7649cbbe131ca1e326a36031ca7b77d4d5662bfe
parent239f3aecd75a741c8dbca13c7793be2795024dd0
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.026058 seconds and 4 git commands to generate.