URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=474199a974f89cf732c7809b68ed05d93741cb33
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
474199a by Dario Lombardo (lomato@xxxxxxxxx):
checkAPI: add deprecated atoi.
Instead use ws_strtoi/u functions. atoi() doesn't make any kind
of check so it should be avoided. ws_strtoi/u should be used
instead of strtol & co., but they're still acceptable for some
cases that deviate from the basic usage.
Change-Id: I145ff4d8f893852e024c4ea8fc6a836b15bd2b0d
Reviewed-on: https://code.wireshark.org/review/17502
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from ba981ac wsutil: add string to integer conversion utilities.
adds 474199a checkAPI: add deprecated atoi.
Summary of changes:
tools/checkAPIs.pl | 1 +
1 file changed, 1 insertion(+)