From 4876e3a692739bb9ca00d0f500fd5f4b3eb16ce3 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Fri, 7 Sep 2012 11:39:29 -0400 Subject: apply fix for CVE-2012-4409 (thanks to Raphael Geissert) --- mcrypt-2.6.8/src/extra.c.CVE-2012-4409 2012-09-07 11:00:55.906870746 -0400 +++ mcrypt-2.6.8/src/extra.c 2012-09-07 11:00:27.967858365 -0400 @@ -242,6 +242,8 @@ int check_file_head(FILE * fstream, char if (m_getbit(0, sflag) != 0) { /* if the first bit is set */ *salt_size = m_setbit(0, sflag, 0); if (*salt_size > 0) { + if (*salt_size > sizeof(tmp_buf)) + err_quit(_("Salt is too long\n")); fread(tmp_buf, 1, *salt_size, fstream); memmove(salt, tmp_buf, *salt_size); -- cgit v0.12 value='koszko' selected='selected'>koszko Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-11-04 09:59:06 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-11-04 10:01:22 +0100
commit0a7962cca0e125f2eb893f781970f0b967da0bc0 (patch)
treeb6d110bea6edfc7d653e30a9e14b175227904d9a /gnu/local.mk
parent2f6790eb086aab1e0628625b2ecda886700c60cc (diff)
downloadguix-0a7962cca0e125f2eb893f781970f0b967da0bc0.tar.gz
guix-0a7962cca0e125f2eb893f781970f0b967da0bc0.zip
gnu: r-irlba: Update to 2.3.5.1.
* gnu/packages/statistics.scm (r-irlba): Update to 2.3.5.1.
Diffstat (limited to 'gnu/local.mk')
0 files changed, 0 insertions, 0 deletions