Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Feb 2021 14:01:56 +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-LxNkQdlM1o@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

Yoshihiro Takahashi <nyan@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|bugs@FreeBSD.org            |nyan@FreeBSD.org

--- Comment #16 from Yoshihiro Takahashi <nyan@FreeBSD.org> ---
I found a problem with your patch to add passphrase support.
In passphrase_callback(), passphrase_buf is (re)defined as a local variable,
so the global passphrase_buf is not changed here.

I have fixed it.  Please see https://reviews.freebsd.org/D28892

BTW, I except GLIBC part at this time.  I think that it should be done by
libarchive's repository first.

--=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-LxNkQdlM1o>