Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Aug 2019 16:17:02 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239688] [patch] geom: uzip: Use mallocarray to prevent potential integer overflow
Message-ID:  <bug-239688-227-oZNa3Fepq7@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-239688-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-239688-227@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=3D239688

Conrad Meyer <cem@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |Not A Bug
             Status|New                         |Closed

--- Comment #1 from Conrad Meyer <cem@freebsd.org> ---
z_alloc is used exclusively for zlib zstream's zalloc() pointer.  zlib does=
 not
make u_int overflowing allocation calls.  zlib inflate allocates about 44 kB
per stream, max: https://www.zlib.net/zlib_tech.html .

--=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-239688-227-oZNa3Fepq7>