Permalink
1 comment
on commit
sign in to comment.
Browse files
Fix buffer overflow if NULL line is present in db.
If ptr->line == NULL for an entry, the first cycle will exit, but the second one will happily write past entries buffer. We actually do not want to exit the first cycle prematurely on ptr->line == NULL. Signed-off-by: Tomas Mraz <tmraz@fedoraproject.org>
- Loading branch information...
setharnold commented onAug 4, 2017
954e3d2Use CVE-2017-12424.