From: David Goulet Date: Tue, 14 May 2013 15:34:51 +0000 (-0400) Subject: Fix: possible out of bounds write in enable-event X-Git-Tag: v2.2.0-rc3~80 X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;ds=inline;h=e051e07cc7a14b604cc2d7d851075f9d4289725d;hp=e051e07cc7a14b604cc2d7d851075f9d4289725d;p=lttng-tools.git Fix: possible out of bounds write in enable-event In loglevel_str_to_value: Out-of-bounds write to a buffer (CWE-119). Issue 1019927 of coverity scan. Signed-off-by: David Goulet ---