ChrisTimperley / RepairChain

AIxCC: automated vulnerability repair via LLMs, search, and static analysis
Apache License 2.0
3 stars 0 forks source link

Improves robustness of sanitizer parsing, fixes memsan parsing bug. #72

Closed clegoues closed 1 month ago

clegoues commented 1 month ago

Parsing everything via string manipulation is messy, sigh. This strictly improves the likelihood of sanitizer report parsing success by stripping whitespace, and wraps a couple of stray casts in try/catches (that weren't previously).

clegoues commented 1 month ago

Apologies for the branch name --- I had started it with the intention of doing the thing I said I was doing, then realized there was some subtlety in some of the sanitizer report parsing that should be improved. So I did that, made that a PR, and then can get back to the other thing.

clegoues commented 1 month ago

Hold up, sigh.