Document and enforce return values
authorThibault, Daniel <Daniel.Thibault@drdc-rddc.gc.ca>
Fri, 27 Jan 2012 19:33:07 +0000 (14:33 -0500)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 30 Jan 2012 21:21:34 +0000 (16:21 -0500)
In config_read_session_name(), moved the malloc to the beginning, to
avoid the fscanf() loop from trying to write to a NULL

In config_add_session_name(), dealt with another snprintf() occurrence

Signed-off-by: Daniel U. Thibault <daniel.thibault@drdc-rddc.gc.ca>
Signed-off-by: David Goulet <dgoulet@efficios.com>

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