Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 15:32:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 244181] unzip: Add passphrase and GLIBC build support
Message-ID:  <bug-244181-227-B53hhyfbyz@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244181-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-244181-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=3D244181

Thomas Hurst <tom@hur.st> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tom@hur.st

--- Comment #9 from Thomas Hurst <tom@hur.st> ---
+               memset(passphrase_buf, 0, PPBUFF_SIZE);
+               free(passphrase_buf);

This should probably be using explicit_bzero() to prevent the compiler from
optimizing it away.

tar(1) has the same issue.

--=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-244181-227-B53hhyfbyz>