Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jan 2016 07:39:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 206585] hpt_set_info possible buffer overflow
Message-ID:  <bug-206585-8-WaDQ6O47Hf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-206585-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-206585-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D206585

--- Comment #1 from CTurt <ecturt@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-206585-8-WaDQ6O47Hf>