- 15 Jan, 2016 1 commit
-
-
Andrei Borzenkov authored
CID: 96707, 96699, 96693, 96691, 96711, 96709, 96708, 96703, 96702, 96700, 96698, 96696, 96695, 96692, 96710, 96705
-
- 09 Jan, 2016 1 commit
-
-
Andrei Borzenkov authored
Found by: Coveruty scan. CID: 73700, 73763
-
- 21 Jun, 2015 1 commit
-
-
Andrei Borzenkov authored
Found by: Coverity scan. CID: 96684
-
- 28 Oct, 2013 1 commit
-
-
Vladimir Serbinenko authored
quirks.
-
- 16 Jul, 2013 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
and not before. Reported by: Leon Drugi.
-
- 04 Mar, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 26 Feb, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 10 Feb, 2012 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
* conf/Makefile.common (CFLAGS_GNULIB): Add -Wno-redundant-decls -Wno-unreachable-code -Wno-conversion -Wno-old-style-definition. * configure.ac (HOST_CFLAGS): Add bunch of -W arguments. (TARGET_CFLAGS): Likewise. (HOST_CFLAGS): Add -Werror unless --disable-werror is activated. * grub-core/Makefile.core.def (decompressor_xz): Add -Wno-unreachable-code. (normal): Add -Wno-redundant-decls. (xzio): Add -Wno-unreachable-code. (lzopio): Add -Wno-redundant-decls -Wno-error. * grub-core/commands/acpi.c: Add exception to -Wcast-align. * grub-core/commands/lsacpi.c: Add exception to -Wcast-align. * grub-core/gensymlist.sh: Add exception to -Wmissing-format-attribute. * grub-core/kern/dl.c: Add exception to -Wcast-align. * grub-core/kern/efi/efi.c (grub_efi_modules_addr): Likewise. * grub-core/kern/i386/coreboot/init.c: Add exception to -Wsuggest-attribute=noreturn. * grub-core/kern/ia64/dl.c: Add exception to -Wcast-align. * grub-core/kern/ia64/dl_helper.c: Likewise. * grub-core/kern/mips/dl.c: Likewise. * grub-core/kern/sparc64/dl.c: Likewise. * grub-core/lib/LzmaEnc.c: Add exception to -Wshadow. * grub-core/lib/libgcrypt_wrap/cipher_wrap.h (memcpy): Likewise. (memcmp): Likewise. * grub-core/lib/pbkdf2.c: Add exception to -Wunreachable-code. * grub-core/loader/ia64/efi/linux.c: Add exception to -Wcast-align. * grub-core/loader/mips/linux.c: Likewise. * grub-core/loader/multiboot_elfxx.c: Likewise. * grub-core/script/parser.y: Add exception to -Wunreachable-code. * grub-core/video/sm712.c: Add exception to -Wcast-align. * util/import_gcry.py: Add -Wno-cast-align to modules checked by hand. * grub-core/font/font.c (grub_font_loader_init): Add explicit cast and fixme. * grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Likewise. * grub-core/kern/i386/multiboot_mmap.c (grub_machine_mmap_init): Fix prototype.
-
Vladimir 'phcoder' Serbinenko authored
incorrect nesting of #if's.
-
- 08 Feb, 2012 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
on it.
-
- 28 Sep, 2011 1 commit
-
-
Thomas Haller authored
loader.
-
- 29 Aug, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 06 May, 2010 1 commit
-
-
BVK Chaitanya authored
-
- 21 Apr, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 03 Apr, 2010 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 08 Mar, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 14 Jan, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 13 Jan, 2010 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 10 Jan, 2010 2 commits
-
-
Vladimir 'phcoder' Serbinenko authored
-
Vladimir 'phcoder' Serbinenko authored
-
- 13 Dec, 2009 1 commit
-
-
Robert Millan authored
* loader/i386/multiboot_elfxx.c (CONCAT(grub_multiboot_load_elf, XX)): Fix `grub_multiboot_payload_eip' initialization.
-
- 26 Nov, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 03 Aug, 2009 1 commit
-
-
Vladimir 'phcoder' Serbinenko authored
-
- 11 Jun, 2009 1 commit
-
-
fzielcke authored
-
- 22 Mar, 2009 1 commit
-
-
robertmh authored
Bugfixes in multiboot for bugs uncovered by solaris kernel. * loader/i386/multiboot_elfxx.c (grub_multiboot_load_elf): Corrected limit detection. Use vaddr of correct segment for entry_point.
-
- 12 Mar, 2009 1 commit
-
-
robertmh authored
* loader/i386/multiboot_elfxx.c (CONCAT(grub_multiboot_load_elf, XX)): Do not reject ET_DYN files.
-
- 11 Mar, 2009 1 commit
-
-
robertmh authored
* loader/i386/multiboot.c (code_size): New variable. (grub_multiboot): Define offsets by adding to `code_size' rather than substracting from `grub_multiboot_payload_size'. Provide 4-byte alignment to MBI and others by increasing `boot_loader_name_length' appropiately. * loader/i386/multiboot_elfxx.c (CONCAT(grub_multiboot_load_elf, XX)): Initialize `code_size'.
-
- 28 Feb, 2009 1 commit
-
-
robertmh authored
Factorize elf32 / elf64 code in Multiboot loader. This will prevent it from getting out of sync again. * loader/i386/multiboot.c (grub_multiboot_is_elf32, grub_multiboot_load_elf32, grub_multiboot_is_elf64, grub_multiboot_load_elf64): Move from here ... * loader/i386/multiboot_elfxx.c (grub_multiboot_is_elf, grub_multiboot_load_elf): ... to here (new file).
-