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; me='id' value='87e1c2fd7ead336e97170dc047528b03d6c0eb62'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/TODO
AgeCommit message (Expand)Author
2019-01-21Update 'TODO'...* TODO (Installer): Add Pierre Neidhardt suggestions described here: https://lists.gnu.org/archive/html/guix-devel/2019-01/msg00305.html Mathieu Othacehe
2019-01-17Update 'TODO'....* TODO (Installer): New section. Mathieu Othacehe