Fix: save session usage of string size
authorDavid Goulet <dgoulet@efficios.com>
Wed, 12 Mar 2014 17:29:44 +0000 (13:29 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Wed, 12 Mar 2014 17:29:44 +0000 (13:29 -0400)
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 <dgoulet@efficios.com>

No differences found
This page took 0.024982 seconds and 4 git commands to generate.