URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=276d62b639c2dbbe8ada823c2ca714daccbd0ce7
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
276d62b by Gerald Combs (gerald@xxxxxxxxxxxxx):
mmdbresolve: Improve our main loop check.
Check the return value of fscanf() instead of relying on feof(). This
should help ensure that we exit correctly.
Bug: 15777
Change-Id: I8b5985f6015cb6a85378db5135b29bb2c3de1e90
Reviewed-on: https://code.wireshark.org/review/33196
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 7f58286 iso14443: dissect the CID in the attrib message
add 276d62b mmdbresolve: Improve our main loop check.
Summary of changes:
mmdbresolve.c | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)