sepinf-inc / IPED

IPED Digital Forensic Tool. It is an open source software that can be used to process and analyze digital evidence, often seized at crime scenes by law enforcement or in a corporate investigation by private examiners.
Other
884 stars 209 forks source link

Solution to Map NPEs pointed at #2121 #2181

Closed patrickdalla closed 2 months ago

patrickdalla commented 2 months ago

Some variable checks and initializations were implemented to avoid such NPEs.

Also, it was identified that after the first map load (when all placemarks are created), an unecessary second map update was being executed. Code to avoid such execution was implemented.

Closes #2121

lfcnassif commented 2 months ago

Thank you @patrickdalla for this PR!

lfcnassif commented 2 months ago

Please ignore my comments, the iped-geo jar wasn't updated before my tests, I apologize for that.