https://issues.apache.org/bugzilla/show_bug.cgi?id=53410
Stefan Fritsch <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Stefan Fritsch <[email protected]> --- (In reply to comment #3) > Hmm, I've read through the code again and the fix consists of increasing the > size of the (static) buffer holding a copy of the crypted password. I don't > see why this size limit is necessary at all. Why not just do a > straight-forward strcmp(crypt_pw, hash) at the end? True, that's better. Fixed in trunk: r1362241 1.5: r1362243 1.4: r1362244 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
