URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=66bb0cb019a76ac10244b9cca28ef7a6466c3cdd
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
66bb0cb by Guy Harris (guy@xxxxxxxxxxxx):
Don't assume we have an array of GeoIP databases.
The attempt to open them might fail; if geoip_dat_arr is null, just
return 0 as the number of databases, don't crash.
Change-Id: I967d863d328a42d7dce79f58d4fa67d922d0cb2c
Reviewed-on: https://code.wireshark.org/review/16025
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
(cherry picked from commit 30919f7708a40ac536da07e6157e0f2ec250abe6)
Reviewed-on: https://code.wireshark.org/review/16026
Actions performed:
from bbb3e97 [Automatic update for 2016-06-19]
adds 66bb0cb Don't assume we have an array of GeoIP databases.
Summary of changes:
epan/geoip_db.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)