From: David Goulet Date: Wed, 12 Mar 2014 17:29:44 +0000 (-0400) Subject: Fix: save session usage of string size X-Git-Tag: v2.5.0-rc1~118 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=d2992717e6c3df45a80c8529e50ab18b4415a0ac;hp=d2992717e6c3df45a80c8529e50ab18b4415a0ac;p=lttng-tools.git Fix: save session usage of string size Kind of fixes coverity issue 1191758 since there was a bad check but the reported issue does not makes sense since there is in fact a validation before writing the string making the "len" variable never able to reach 4096 (PATH_MAX). Signed-off-by: David Goulet ---