https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244181
Yoshihiro Takahashi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #16 from Yoshihiro Takahashi <[email protected]> --- 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. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
