git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419089c
)
fixed swf_SetPassword() bug.
author
kramm
<kramm>
Sat, 5 Feb 2005 19:41:55 +0000
(19:41 +0000)
committer
kramm
<kramm>
Sat, 5 Feb 2005 19:41:55 +0000
(19:41 +0000)
lib/rfxswf.c
patch
|
blob
|
history
diff --git
a/lib/rfxswf.c
b/lib/rfxswf.c
index
dbf0cd6
..
1950487
100644
(file)
--- a/
lib/rfxswf.c
+++ b/
lib/rfxswf.c
@@
-782,6
+782,7
@@
void swf_SetPassword(TAG * t, const char * password)
fprintf(stderr, "rfxswf: Warning- no usable random generator found\n");
fprintf(stderr, "Your password will be vulnerable to dictionary attacks\n");
#endif
+ salt[2] = 0;
md5string = crypt_md5(password, salt);