Vladimir 'phcoder' Serbinenko
4e27343fb0
* conf/Makefile.common (CFLAGS_GNULIB): Add
-Wno-unsafe-loop-optimizations.
* configure.ac: Remove -Wmissing-declarations and -Wmissing-prototypes
on tools.
* grub-core/commands/legacycfg.c: Add pragma to skip
-Wunsafe-loop-optimizations.
(check_password_md5_real): Fix loop counter type.
* grub-core/commands/testload.c (grub_cmd_testload): Fix over the EOF
reading.
* grub-core/disk/ldm.c (grub_util_get_ldm): Fix logic error.
* grub-core/fs/zfs/zfs_sha256.c (zio_checksum_SHA256): Add safety
loop condition.
* grub-core/io/gzio.c: Add pragma to skip -Wunsafe-loop-optimizations.
* grub-core/lib/LzmaEnc.c (GetOptimum): Avoid possible infinite loop.
* grub-core/net/net.c (grub_net_route_address): Add safety loop
condition.
* grub-core/normal/charset.c (bidi_line_wrap): Likewise.
* grub-core/normal/cmdline.c (grub_set_history): Fix loop types and
avoid possible infinite loops.
* grub-core/script/parser.y: Add pragma to skip -Wmissing-declarations
and -Wunsafe-loop-optimizations.
* grub-core/script/yylex.l: Likewise.
* util/grub-mkfont.c: Add pragma to skip -Wunsafe-loop-optimizations.
(print_glyphs): Avoid infinite loops.
* util/grub-mkimage.c (compress_kernel_xz): Fix format security.
2012-02-24 12:30:32 +01:00
..
2011-09-28 14:19:21 +02:00
2012-02-24 11:18:06 +01:00
2010-09-15 14:46:53 +02:00
2012-02-22 16:50:14 +01:00
2012-02-10 18:16:27 +01:00
2012-02-03 21:18:37 +01:00
2012-02-22 05:06:58 +01:00
2009-04-22 09:57:39 +00:00
2012-02-11 11:41:22 +01:00
2012-02-10 13:26:19 +01:00
2012-02-12 15:25:25 +01:00
2012-02-24 11:18:06 +01:00
2012-02-10 18:16:27 +01:00
2011-11-11 20:52:41 +01:00
2012-02-05 11:07:33 +01:00
2012-02-08 19:26:01 +01:00
2012-02-24 11:18:06 +01:00
2012-02-24 12:30:32 +01:00
2012-02-24 12:30:32 +01:00
2012-02-12 15:25:25 +01:00
2012-02-10 13:42:00 +01:00
2012-02-10 18:16:27 +01:00
2012-02-10 13:44:57 +01:00
2012-02-23 22:27:25 +01:00
2012-02-10 18:16:27 +01:00
2012-02-10 18:16:27 +01:00
2012-02-12 15:25:25 +01:00
2012-02-05 11:07:33 +01:00
2012-02-11 11:57:47 +01:00
2012-02-10 18:16:27 +01:00
2012-02-10 12:54:40 +01:00
2012-02-10 18:16:27 +01:00
2012-02-10 13:49:24 +01:00
2012-02-11 12:21:21 +01:00
2011-12-25 16:03:42 +01:00
2011-10-09 21:13:00 +02:00
2012-02-10 12:52:46 +01:00
2012-02-05 11:07:33 +01:00
2012-02-05 11:07:33 +01:00