Fix a bug whereby 'mformat' could end up passing uninitialized bytes to write(2). This could be reproduced with: mformat -C -f 1440 -L 16 -N 77777777 -i /tmp/x :: where the output of /tmp/x would be non-deterministic. Patch by Ludovic Courtès . --- mtools-4.0.23/mformat.c 2019-04-21 00:12:01.496116195 +0200 +++ mtools-4.0.23/mformat.c 2019-04-21 00:12:36.675967157 +0200 @@ -927,6 +927,7 @@ void mformat(int argc, char **argv, int char *endptr; + memset(&boot.bytes, '\0', sizeof boot); hs = hs_set = 0; argtracks = 0; argheads = 0; d='get'> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mp3.scm
AgeCommit message (Expand)Author
2016-05-30gnu: id3lib: Fix CVE-2007-4460....Efraim Flashner
2016-05-27gnu: eyed3: Update to 0.7.9....Efraim Flashner
2016-05-27gnu: mpc123: Use 'modify-phases'....Efraim Flashner
2016-05-27gnu: mpc123: Add new source location....Efraim Flashner
2016-04-14gnu: packages: Use 'search-patches' everywhere....Alex Kost
2015-12-06gnu: mp3info: Update URL....Alex Vong
2015-11-25gnu: Add eyeD3....Leo Famulari
2015-10-01gnu: mpg123: Update to 1.22.4....Efraim Flashner
2015-08-29gnu: Use 'install-file' instead of 'mkdir-p' and 'copy-file' in obvious cases....Ludovic Courtès
2015-07-24gnu: ripperX: Update to 2.8.0....Andreas Enge
2015-07-21gnu: libmad: Apply fixes for ARMv7 Thumb, etc....Mark H Weaver
2015-07-18gnu packages: Clean up synopses and descriptions....Alex Kost
2015-06-21gnu: lame: Build with gcc-4.8 on i686....Mark H Weaver