Skip to content

Fix overflow by noting that pos + length must stay within bounds oss-fuzz/8670

Adam Reichold requested to merge (removed):fix-of8670 into master

Fix overflow by noting that pos + length instead of just length must stay within bounds when trying to recover. oss-fuzz/8670

Merge request reports