[Bug 231116] Out of bounds memory access in blist_create()
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Sep 3 11:06:41 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116
--- Comment #1 from sebastian.huber at embedded-brains.de ---
Sorry, I copied my modified code. The malloc() line is like this:
bl = malloc(offsetof(struct blist, bl_root[nodes]), M_SWAP, flags |
M_ZERO);
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list