From: marshmellow42 Date: Tue, 20 Jun 2017 22:25:08 +0000 (-0400) Subject: some coverity fixes plus fix fdx help (#328) X-Git-Tag: v3.1.0~207 X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/commitdiff_plain/bf8243475b51549bbf68a505ff6dd5c5a4a28de4?ds=inline;hp=bf8243475b51549bbf68a505ff6dd5c5a4a28de4 some coverity fixes plus fix fdx help (#328) * coverity fixes cmdhflegic- indications are the i in calls to data_buf[i] could = 1052 and overflow the array. cmdhfmfhard - +1 to add space for string null terminator - should we add the 0 terminator value too? reveng.c - memory leak util.c - fix potential overflow of array buf[] util_posix.c - possible integer overflow * fix help errors * fix sprint_hex_ascii again and this function is not even used anywhere... yet... ---