Browse Source
We have a couple of checks of the form: if (offset+size > totalsize) die(); We need to check that offset+size doesn't overflow, otherwise the check will pass, and we may access past totalsize. Found with AFL. Signed-off-by: Anton Blanchard <anton@samba.org> [Added a testcase] Signed-off-by: David Gibson <david@gibson.dropbear.id.au>main
Anton Blanchard
9 years ago
committed by
David Gibson
5 changed files with 37 additions and 2 deletions
Loading…
Reference in new issue