[Bug 269688] memalign() produces division by zero if size is 0
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 269688] memalign() produces division by zero if size is 0"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 23 Feb 2023 00:16:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=269688 --- Comment #4 from Ed Maste <emaste@freebsd.org> --- In `p = memalign(0, 100);` align is 0 and size is 100. -- You are receiving this mail because: You are the assignee for the bug.