[Bug 231116] Out of bounds memory access in blist_create()

2018-09-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 Mark Johnston changed: What|Removed |Added Assignee|b...@freebsd.org|ma...@freebsd.org Stat

[Bug 231116] Out of bounds memory access in blist_create()

2018-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 Mark Linimon changed: What|Removed |Added Keywords||patch -- You are receiving this ma

[Bug 231116] Out of bounds memory access in blist_create()

2018-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 Mark Johnston changed: What|Removed |Added CC||sh...@freebsd.org --- Comment #3 f

[Bug 231116] Out of bounds memory access in blist_create()

2018-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 Mark Johnston changed: What|Removed |Added CC||ma...@freebsd.org --- Comment #2 f

[Bug 231116] Out of bounds memory access in blist_create()

2018-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 --- Comment #1 from sebastian.hu...@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 th

[Bug 231116] Out of bounds memory access in blist_create()

2018-09-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231116 Bug ID: 231116 Summary: Out of bounds memory access in blist_create() Product: Base System Version: CURRENT Hardware: Any OS: Any Status: New Severi