Skip to content
GitLab
Explore
Sign in
Register
fix: out of bounds read for empty font data
Code
Review changes
Check out branch
Download
Patches
Plain diff
Jeremy Soller
requested to merge
brayniac:fuzz-fix-1
into
master
May 12, 2017
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Created by: brayniac
if the &[u8] for the font is < 4 bytes, is_font() panics with out of bounds access
add a length check and return false if the font &[u8] is too short
Merge request reports