Sudhakar Verma
Sudhakar Verma
While writing a fuzz target for `MshLoader` based on [oss-fuzz](https://github.com/google/oss-fuzz/tree/master/projects/libigl) and [libprotobuf-mutator](https://github.com/google/libprotobuf-mutator) this is the first crash that I hit instantly. ``` [#0] Id 1, Name: "101_FileIO", stopped 0x7ffff7012a88 in...
## Description simple changes that uses newton's method for sqrt and decomposition to `u64` for `log2` - `log` builds up on `log2` for `u256` This should fix #5329 Ping @SwayStar123...
## Description This is a small fix to match the indentation for opening brace after a where clause is seen. This should fix #5468 cc: @Braqzen The change is near...
## Description This small change fixes #5580 as described - only needed 1 additional change and small test fix Ping @xunilrj ## Checklist - [x] I have linked to any...
``` idaapi.eclose(ida_fd) ^^^^^^^^^^^^^ AttributeError: module 'idaapi' has no attribute 'eclose' ``` is causing lighthouse to fail loading any coverage trace. Just commenting out the line works fine. ```md # ida_diskio...