Fix: out of bound strcpy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2013 19:51:37 +0000 (15:51 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Jun 2013 18:47:22 +0000 (14:47 -0400)
commit245463865cdd6ecb616d3ad8ddb8db11b7538d71
tree87f9221b665ef210d62c8929ed6572bba8ef90bf
parent3842aa86ec7a7a32abc4e436013a2419b24ecc63
Fix: out of bound strcpy

1019904 Copy into fixed size buffer
In add_context: A source buffer of statically unknown size is copied
into a fixed-size destination buffer (CWE-120)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/bin/lttng/commands/add_context.c
This page took 0.026711 seconds and 5 git commands to generate.