https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244181
Thomas Hurst <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Thomas Hurst <[email protected]> --- + 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. -- 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]"
