Date: Thu, 31 Jul 2014 00:36:56 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 192277] crypt(3) regression Message-ID: <bug-192277-8-gS0DGIUGmR@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-192277-8@https.bugs.freebsd.org/bugzilla/> References: <bug-192277-8@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192277 Xin LI <delphij@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|freebsd-bugs@FreeBSD.org |des@FreeBSD.org --- Comment #2 from Xin LI <delphij@FreeBSD.org> --- 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192277-8-gS0DGIUGmR>