Kyle Evans
Kyle Evans
> So, right now i am looking into this. We might have to go the increased buffer route for the point release fix. I'm thinking increasing to 1meg which is...
Mostly for my reference: Compile for ASAN using `-fsanitize=address` Symbolize the reports with `llvm-symbolizer`; on FreeBSD, buildworld installworld with WITH_CLANG_EXTRAS=yes. Alternatively, set ASAN_SYMBOLIZER_PATH env var to an `llvm-symbolizer` binary.
> Thank you very much for the comments. > Can you please verify that this ([f7eb0d2](https://github.com/khanzf/opengit/commit/f7eb0d21ebaa25af33c9238afab05c469ecd7922)) is the right direction I should be headed? The problem I frequently ran into...
This ended up with an extra commit that I don't think you intended, the first just removes a line that the second re-adds. You should `git rebase -i HEAD~2` this...
Replacing `$2 == "NEEDED"` with `match($2, "\\(?NEEDED\\)?")` would be an easy win for compatibility with llvm/binutils readelf in addition to elftoolchain.