https://issues.apache.org/bugzilla/show_bug.cgi?id=53410
Jason Ovich <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #3 from Jason Ovich <[email protected]> --- 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? -- 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]
