FW1-Loggrabber is a command-line tool to grab logfiles from remote Checkpoint devices using OPSEC LEA (Log Export API)
GNU General Public License v2.0
52
stars
35
forks
source link
Fix bug in find_in_int_array, some array elements would never match with the old algorithm. #9
Closed
ahoying closed 8 years ago
There was a logic bug in the older find_in_int_array code that returned FALSE on some array elements. This fixes that issue.