simsong / bulk_extractor

This is the development tree. Production downloads are at:
https://github.com/simsong/bulk_extractor/releases
Other
1.07k stars 185 forks source link

be1.6 crashes on nps-2011-2tb in scan_json on ARM #328

Closed simsong closed 2 years ago

simsong commented 2 years ago

discovered benchmarking BE2.0.

simsong commented 2 years ago

fixed. It was an error with strlen() that was fixed by changing it to strnlen. fixed in 1.6.1

https://github.com/simsong/bulk_extractor/blob/c937b99544ef906895ff205b3333e68005fe959a/src/scan_json.cpp#L70