Fix: unnecessarily large memory allocation
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 18 Jun 2013 18:58:46 +0000 (14:58 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 19 Jun 2013 18:47:21 +0000 (14:47 -0400)
commit747f8642070cc390b8f99a6385062ac0cb6716c4
tree1d8f86b226617f5940b9174f54045705cbc8684d
parentbba2d65fecae3b32cd02612d900980e406d566da
Fix: unnecessarily large memory allocation

1019911 Wrong sizeof argument
In consumer_thread_data_poll: The sizeof operator is invoked on the
wrong argument (CWE-569)

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/common/consumer.c
This page took 0.024409 seconds and 4 git commands to generate.