Workaround 'nl-result_buf is out of bounds' cppcheck false positive
authorIvan Maidanski <ivmai@mail.ru>
Wed, 19 Dec 2018 23:14:16 +0000 (02:14 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Wed, 19 Dec 2018 23:14:16 +0000 (02:14 +0300)
commitc8377cb9ce170728f1232c5d9f54b890bc18373c
tree82253f34ddd4ef9bee13d9cd82999ce912cdc2d0
parent7875cc5040f17b1b24e348143d8c568d1e5c3629
Workaround 'nl-result_buf is out of bounds' cppcheck false positive

* os_dep.c [NEED_CALLINFO && LINUX && !SMALL_CONFIG] (GC_print_callers):
Replace nl-result_buf to (word)nl-COVERT_DATAFLOW(result_buf).
os_dep.c