aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/patches/mhash-keygen-test-segfault.patch
blob: 3bd9f4341887019237575a290f39b0cd667b7510 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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);
datesLudovic Courtès 2019-06-25gnu: bash-completion: Fix cross-compilation....* gnu/packages/bash.scm (bash-completion)[arguments]: Search for util-linux in native-inputs and inputs during "remove-redundant-completions" phase. Mathieu Othacehe 2019-05-26gnu: bash: Update to patch level 7....* gnu/packages/bash.scm (%patch-series-5.0): Add patches 3 through 7. Efraim Flashner 2019-03-02gnu: bash: Update to patch level 2....* gnu/packages/bash.scm (%patch-series-5.0): Add patches 1 and 2. [source]: Apply patches. [version]: Update with patch numbers. Efraim Flashner