From: Mathieu Desnoyers Date: Tue, 18 Jun 2013 18:58:46 +0000 (-0400) Subject: Fix: unnecessarily large memory allocation X-Git-Tag: v2.2.0-rc3~18 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=747f8642070cc390b8f99a6385062ac0cb6716c4;hp=747f8642070cc390b8f99a6385062ac0cb6716c4;p=lttng-tools.git 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 ---