* gnu/packages/mcrypt.scm: New file. * gnu/packages/patches/mhash-keygen-test-segfault.patch: New patch. * gnu-system.am (GNU_SYSTEM_MODULES): Add file. (dist_patch_DATA): Add patch.
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
This patch from resolution of https://sourceforge.net/p/mhash/bugs/37/
 | 
						|
 | 
						|
--- a/src/keygen_test.c
 | 
						|
+++ b/src/keygen_test.c
 | 
						|
@@ -121,8 +121,6 @@
 | 
						|
 	
 | 
						|
 	mhash_keygen_ext(KEYGEN_S2K_SALTED, data, key, keysize, password, passlen);
 | 
						|
 
 | 
						|
-	mutils_memset(tmp, 0, keysize * 2);
 | 
						|
-
 | 
						|
 	tmp = mutils_asciify(key, keysize);
 | 
						|
 
 | 
						|
 	result = mutils_strcmp((mutils_word8 *) KEY2, tmp);
 |