https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192277
Xin LI <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #2 from Xin LI <[email protected]> --- IMHO it's a bug with your application as it blindly assumes that crypt(3) returns a constant length string and copies it to a buffer with that. However, on the other hand this can be seen as a slight ABI breakage, which should not happen in -STABLE branches. I think the attached patch should be applied against stable/9. We do want to change the default algorithm, for -HEAD, though. It looks like the manual page should be updated by the way. Assigning to des@ for his decision. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
