Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Correct buffer size to fix memory corruption
The analysis in eclipse-openj9/openj9#5696 shows that there is a out of bounds access that is fixed by increasing the buffer size by 8. Validated by having the VM increase all unsafe allocates by 8 and the problem no longer occurs. fixes: kohsuke#79 Signed-off-by: Dan Heidinga <daniel_heidinga@ca.ibm.com>
- Loading branch information