Page MenuHomeFreeBSD

D2742.diff
No OneTemporary

D2742.diff

Index: head/secure/lib/libcrypt/crypt-blowfish.c
===================================================================
--- head/secure/lib/libcrypt/crypt-blowfish.c
+++ head/secure/lib/libcrypt/crypt-blowfish.c
@@ -167,6 +167,9 @@
switch (salt[1]) {
case 'a': /* 'ab' should not yield the same as 'abab' */
case 'b': /* cap input length at 72 bytes */
+ case 'y': /* same as 'b', for compatibility
+ * with openwall crypt_blowfish
+ */
minr = salt[1];
salt++;
break;

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 10, 2:56 AM (7 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36396766
Default Alt Text
D2742.diff (511 B)

Event Timeline