Browse Source
cppcheck found this: [lightningd/options.c:1137] -> [lightningd/options.c:1120] -> [lightningd/options.c:1193]: (error) Using pointer to local variable 'buf' that is out of scope. Indeed, answer can point into buf, which is no longer in scope at the end. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>travis-debug
Rusty Russell
5 years ago
committed by
Christian Decker
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue