Missing NULL pointer init in tap.c
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2013 15:45:09 +0000 (11:45 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 12 Jul 2013 15:45:47 +0000 (11:45 -0400)
commit14de61c5543ffe1d0e8dadab64b3b4a69c7ddff9
tree9212025603ff95a738e7a4b37b027a8826af4753
parent9eaf25433864cefc40242e0257a0177ef4515930
Missing NULL pointer init in tap.c

Could lead to free() of unitialized pointer.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
tests/lib/tap.c
This page took 0.023903 seconds and 4 git commands to generate.