[Bug 206585] hpt_set_info possible buffer overflow

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 25 07:39:05 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206585

--- Comment #1 from CTurt <ecturt at gmail.com> ---
These sizes are defined as `DWORD`, a `typedef` for `unsigned int`, rather than
a 64bit type like `size_t`, so getting the sum of both sizes to overflow
doesn't seem possible.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list