Notes |
(0002460)
bernhardf
06-07-07 07:39
|
Something like the attached patch? Can you test this, please?
thanks in advance and cheers, |
| |
(0002467)
vda
06-08-07 08:32
|
Fixed in svn 18782. Thanks! |
| |
(0002470)
bernhardf
06-09-07 02:04
|
vda, why don't you reuse e.g. bb_msg_full_version instead of "aa"?
Just curious.. |
| |
(0002471)
vda
06-09-07 15:55
|
bb_msg_full_version instead of "aa" will work, but it's much lee obvious that it is 100% safe. I mean, that no password ever will match bb_msg_full_version after crypt(). If you really want this, please replace "aa" with bb_msg_full_version + put a detailed comment why it is 100% safe (at bb_msg_full_version definition too). |
| |