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-05-13 16:36:05 +02:00
2011-10-19 16:53:18 +02:00
2010-08-30 00:54:15 +02:00
2012-02-10 14:47:06 +01:00
2011-06-24 00:29:21 +02:00
2012-02-04 14:00:23 +01:00
2011-12-15 20:26:17 +01:00
2012-02-12 19:34:08 +01:00
2011-08-14 11:39:31 +02:00
2011-11-11 21:44:56 +01:00
2012-02-09 14:24:55 +01:00
2011-04-20 01:37:48 +02:00
2011-04-20 01:37:48 +02:00
2011-04-20 01:37:48 +02:00
2012-02-22 05:22:39 +01:00
2011-11-14 14:25:09 +01:00
2012-02-08 19:26:01 +01:00
2011-01-07 17:09:39 +01:00
2011-07-05 20:24:20 +02:00
2011-11-14 14:25:09 +01:00
2010-12-01 01:22:55 +01:00
2012-02-08 19:26:01 +01:00
2010-05-06 11:34:04 +05:30
2010-05-06 11:34:04 +05:30
2012-02-12 15:25:25 +01:00
2012-02-10 12:21:28 +01:00
2010-09-21 11:22:52 +02:00
2012-02-24 12:30:32 +01:00
2012-02-22 05:22:39 +01:00
2011-10-05 23:18:22 +02:00
2012-01-24 14:49:31 +01:00
2012-02-08 19:26:01 +01:00
2012-01-18 14:04:52 +01:00