https://bugzilla.mindrot.org/show_bug.cgi?id=1830
wahaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from wahaa <[email protected]> 2011-03-07 01:18:25 EST --- (In reply to comment #2) > What error does this fix? I'd prefer not to make extra copies of the > password as each increases the chance that it will remain in memory. The patch only moves the declarations of the variables to the beginning of the block, so no extra copies. With it applied, py-bcrypt builds (and tests) successfully with both Python 2.6.6 and Python 2.7.1 (using MSVC 2008). -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
