Fix: return of free'd string on error in strutils_split()
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 19:20:29 +0000 (15:20 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 6 May 2017 19:43:28 +0000 (15:43 -0400)
commit190afa261ad4c77130b136c6f8b72227a9463543
treeda7834052f361124b203c01350a232875d1962dc
parent61a5b6b16273e5eaa2385eac6190edf5afa2014a
Fix: return of free'd string on error in strutils_split()

Reported-by: Coverity Scan
CID 1374808 (#1 of 1): Use after free (USE_AFTER_FREE)
use_after_free: Using freed pointer substrings.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/string-utils/string-utils.c
This page took 0.025183 seconds and 4 git commands to generate.