CHERIoT-Platform / network-stack

5 stars 1 forks source link

Fix bug in the firewall binary search. #36

Closed hlef closed 1 month ago

hlef commented 1 month ago

The current code breaks when called on an empty table, because it memcmps after bounds.

Fix the issue and add a test.