Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type confusion in the firewall pointer-based
remove
.
`size()` returns a size in number of objects, however it is substracted a value in bytes in the pointer-based `remove` function. This results in various flavors of memory corruption. Fix the function and ensure that it is covered by the tests. Signed-off-by: Hugo Lefeuvre <[email protected]>
- Loading branch information