[Bug 244181] unzip: Add passphrase and GLIBC build support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Feb 23 14:01:56 UTC 2021
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244181
Yoshihiro Takahashi <nyan at FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|bugs at FreeBSD.org |nyan at FreeBSD.org
--- Comment #16 from Yoshihiro Takahashi <nyan at 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list