Closed circeanubogdan closed 1 year ago
Hello,
I am currentlry working on OpenCRS, and I used your app for testing the Vulnerability Detection module.
While doing so, I discovered an out-of-bounds read that could prove itself as a vulnerability.
valgrind ./owl -T -g -
I already forked the repository and proposed a patch in the Pull Request #32
Fixed in 93a6b7c -- thanks for the report.
Hello,
I am currentlry working on OpenCRS, and I used your app for testing the Vulnerability Detection module.
While doing so, I discovered an out-of-bounds read that could prove itself as a vulnerability.
Steps to reproduce
valgrind ./owl -T -g -
.Patches
I already forked the repository and proposed a patch in the Pull Request #32