Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								2a704ca926 
								
							 
						 
						
							
							
								
								* Makefile.util.def (libgrubmods.a): Add -Wno-error=logical-op  
							
							... 
							
							
							
							-Wno-error=missing-noreturn. 
							
						 
						
							2012-02-22 05:37:32 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								84f9d341b0 
								
							 
						 
						
							
							
								
								* grub-core/fs/affs.c (grub_affs_read_block): Avoid <= in loop  
							
							... 
							
							
							
							condition to avoid possibly infinite loops.
	* grub-core/lib/pbkdf2.c (grub_crypto_pbkdf2): Likewise.
	* grub-core/lib/xzembed/xz_dec_bcj.c (bcj_powerpc): Likewise. 
							
						 
						
							2012-02-22 05:22:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								d46683f97a 
								
							 
						 
						
							
							
								
								* grub-core/normal/charset.c (bidi_line_wrap): Avoid <= in loop  
							
							... 
							
							
							
							condition to avoid possibly infinite loops. 
							
						 
						
							2012-02-22 05:19:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								c44866b2a6 
								
							 
						 
						
							
							
								
								* grub-core/kern/emu/hostdisk.c (read_device_map): Add missing noreturn  
							
							... 
							
							
							
							on show_error. 
							
						 
						
							2012-02-22 05:16:26 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								9679053902 
								
							 
						 
						
							
							
								
								* grub-core/kern/disk.c (grub_disk_write): Add missing const qualifier.  
							
							
							
						 
						
							2012-02-22 05:12:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								1ba7e295fb 
								
							 
						 
						
							
							
								
								* grub-core/kern/corecmd.c (grub_core_cmd_ls): Add missing var init.  
							
							
							
						 
						
							2012-02-22 05:09:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								21ffe8f1dd 
								
							 
						 
						
							
							
								
								* util/bin2h.c (usage): Add missing attribute noreturn.  
							
							
							
						 
						
							2012-02-22 05:06:58 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								0ccb6b3cf0 
								
							 
						 
						
							
							
								
								* grub-core/commands/testload.c (grub_cmd_testload): Fix overflow  
							
							... 
							
							
							
							if the size isn't divisible by 512. 
							
						 
						
							2012-02-22 05:04:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b00d7fb6c5 
								
							 
						 
						
							
							
								
								Make list_push and list_remove functions rather than inline functions  
							
							... 
							
							
							
							to decrease size and avoid aliasing violations.
	* include/grub/list.h (grub_list_push): Move to ...
	* grub-core/kern/list.c (grub_list_push): ... here. Don't inline.
	* include/grub/list.h (grub_list_remove): Move to ...
	* grub-core/kern/list.c (grub_list_remove): ... here. Don't inline. 
							
						 
						
							2012-02-22 05:01:20 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								9d369087a9 
								
							 
						 
						
							
							
								
								* configure.ac: Disable for now -Wstack-protector, -Wunreachable-code  
							
							... 
							
							
							
							and -Wunused-result. 
							
						 
						
							2012-02-22 04:56:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								af0250d919 
								
							 
						 
						
							
							
								
								* grub-core/net/net.c (grub_cmd_deladdr): Fix index.  
							
							... 
							
							
							
							Reported by: Seth Goldberg 
							
						 
						
							2012-02-21 16:16:45 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								aad32b1402 
								
							 
						 
						
							
							
								
								* configure.ac: Add -fno-builtin-gettext on host if NLS is disabled.  
							
							
							
						 
						
							2012-02-21 15:26:16 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Samuel Thibault 
								
							 
						 
						
							
							
							
							
								
							
							
								ac96441c81 
								
							 
						 
						
							
							
								
								2012-02-19  Samuel Thibault  <samuel.thibault@ens-lyon.org>  
							
							... 
							
							
							
							* util/grub-mkconfig.in (GRUB_CMDLINE_GNUMACH): Export variable.
	* util/grub.d/10_hurd.in: Include GRUB_CMDLINE_GNUMACH in gnumach
	command line.
	* docs/grub.texi (Simple configuration): Document
	GRUB_CMDLINE_GNUMACH. 
							
						 
						
							2012-02-19 17:06:00 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								80a7121355 
								
							 
						 
						
							
							
								
								* conf/Makefile.common (platform_SCRIPTS): New variable.  
							
							... 
							
							
							
							(platform_PROGRAMS): Likewise.
	* gentpl.py: Mark *,module and *.image for install.
	* grub-core/gdb_grub.in: Add a notice of expected environment.
	* grub-core/Makefile.core.def (gdb_grub): Mark for install.
	(gmodule.pl): Likewise. 
							
						 
						
							2012-02-18 20:25:11 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								a8f16eab1a 
								
							 
						 
						
							
							
								
								Replace grub_checkkey with grub_getkey_noblock.  
							
							... 
							
							
							
							* grub-core/kern/term.c (grub_checkkey): Replaced with ...
	(grub_getkey_noblock): ... this. All users updated. 
							
						 
						
							2012-02-18 19:59:01 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b500bcfeed 
								
							 
						 
						
							
							
								
								* grub-core/kern/emu/console.c: Move to ...  
							
							... 
							
							
							
							* grub-core/term/emu/console.c: ...here.
	(grub_ncurses_getkey): Fix return value if no key is detected. 
							
						 
						
							2012-02-18 19:51:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								e51b56667a 
								
							 
						 
						
							
							
								
								* include/grub/test.h (grub_unit_test_init): Add missing prototype.  
							
							... 
							
							
							
							(grub_unit_test_fini): Likewise.
	* tests/lib/unit_test.c (main): Remove extra nested external prototype. 
							
						 
						
							2012-02-12 22:04:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								d9a62292e3 
								
							 
						 
						
							
							
								
								* grub-core/script/execute.c (grub_script_break): Clarify logic.  
							
							... 
							
							
							
							Better error handling.
	(grub_script_return): Likewise.
	* grub-core/script/lexer.c (grub_script_lexer_yywrap): Likewise. 
							
						 
						
							2012-02-12 21:33:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								77c9182fd2 
								
							 
						 
						
							
							
								
								* grub-core/lib/libgcrypt_wrap/cipher_wrap.h (__GNU_LIBRARY__): Avoid  
							
							... 
							
							
							
							rimplicit redifinition. 
							
						 
						
							2012-02-12 19:34:08 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								edb13cf911 
								
							 
						 
						
							
							
								
								* docs/grub.texi (Internationalisation): Detail (lack of) collation in  
							
							... 
							
							
							
							GRUB. 
							
						 
						
							2012-02-12 19:29:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								a9e9dc7c5e 
								
							 
						 
						
							
							
								
								* grub-core/normal/cmdline.c (grub_cmdline_get): Don't gettext prompt.  
							
							... 
							
							
							
							* grub-core/normal/main.c (grub_normal_read_line_real): Gettext
	prompt here. 
							
						 
						
							2012-02-12 19:24:23 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b4ba8e025b 
								
							 
						 
						
							
							
								
								* grub-core/fs/zfs/zfs.c (zfs_fetch_nvlist): Mark unknown member here  
							
							... 
							
							
							
							as GRUB_ERR_BUG. Don't malloc if no device is available. 
							
						 
						
							2012-02-12 19:19:57 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								dded554099 
								
							 
						 
						
							
							
								
								* grub-core/term/terminfo.c (grub_terminfo_output_unregister):  
							
							... 
							
							
							
							Mark calling with invalid term as GRUB_ERR_BUG. 
							
						 
						
							2012-02-12 19:16:49 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								0cf69874ee 
								
							 
						 
						
							
							
								
								* grub-core/net/tftp.c (tftp_receive): Silently discard too short  
							
							... 
							
							
							
							packets rather than raising an error. 
							
						 
						
							2012-02-12 19:11:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								59bfe502c9 
								
							 
						 
						
							
							
								
								* grub-core/loader/xnu.c (grub_xnu_writetree_toheap_real): Avoid set  
							
							... 
							
							
							
							in if. 
							
						 
						
							2012-02-12 19:08:55 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								db5fc59616 
								
							 
						 
						
							
							
								
								* grub-core/loader/efi/appleloader.c (grub_cmd_appleloader): Move  
							
							... 
							
							
							
							diagnostic to dprintf.
	* grub-core/loader/i386/pc/linux.c (grub_cmd_linux): Likewise. 
							
						 
						
							2012-02-12 19:03:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								e4b7f404d8 
								
							 
						 
						
							
							
								
								* grub-core/kern/corecmd.c (grub_core_cmd_ls): Handle error in parsing  
							
							... 
							
							
							
							device name. 
							
						 
						
							2012-02-12 19:00:50 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								e7b02f9ec0 
								
							 
						 
						
							
							
								
								* grub-core/fs/ntfs.c (locate_attr): Avoid set in if.  
							
							... 
							
							
							
							(grub_ntfs_iterate_dir): Likewise. 
							
						 
						
							2012-02-12 18:47:46 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								0331e102c9 
								
							 
						 
						
							
							
								
								Efiemu stylistic fixes and gettext.  
							
							... 
							
							
							
							* grub-core/efiemu/i386/loadcore32.c
	(grub_arch_efiemu_relocate_symbols32): Avoid set in if.
	* grub-core/efiemu/i386/loadcore64.c
	(grub_arch_efiemu_relocate_symbols64): Likewise.
	* grub-core/efiemu/i386/pc/cfgtables.c
	(grub_machine_efiemu_init_tables): Likewise.
	* grub-core/efiemu/loadcore.c (grub_efiemu_resolve_symbols): Likewise.
	(grub_efiemu_loadcore_initXX): Add a filename argument.
	All users updated.
	Improved error message.
	* grub-core/efiemu/loadcore_common.c (grub_efiemu_loadcore_init):
	Add a filename argument.
	All users updated.
	* grub-core/efiemu/symbols.c (grub_efiemu_set_virtual_address_map):
	Reclassify double relocation as GRUB_ERR_BUG. 
							
						 
						
							2012-02-12 18:43:39 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								306fc0741f 
								
							 
						 
						
							
							
								
								* grub-core/commands/i386/pc/play.c (grub_cmd_play): Improve error  
							
							... 
							
							
							
							handling. 
							
						 
						
							2012-02-12 17:38:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								794d8ef2af 
								
							 
						 
						
							
							
								
								* grub-core/commands/hdparm.c (grub_cmd_hdparm): Allow running  
							
							... 
							
							
							
							on partition. 
							
						 
						
							2012-02-12 17:36:33 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								f991dd3c32 
								
							 
						 
						
							
							
								
								* include/grub/misc.h (grub_error_save): Fix cleaning grub_errno.  
							
							
							
						 
						
							2012-02-12 17:21:09 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								d61386e21d 
								
							 
						 
						
							
							
								
								Improve string. Gettextize.  
							
							
							
						 
						
							2012-02-12 15:25:25 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								78dde88e8c 
								
							 
						 
						
							
							
								
								* configure.ac: Remove -Winline altogether and -Wmissing-prototypes on  
							
							... 
							
							
							
							utils.
	* util/import_gcry.py: Add -Wno-strict-aliasing on checked modules. 
							
						 
						
							2012-02-11 12:21:21 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								4786a90fee 
								
							 
						 
						
							
							
								
								* grub-core/disk/diskfilter.c (grub_diskfilter_print_partmap)  
							
							... 
							
							
							
							[GRUB_UTIL]: New function.
	(insert_array) [GRUB_UTIL]: Store partmaps.
	* include/grub/diskfilter.h (grub_diskfilter_pv) [GRUB_UTIL]: New member
	partmaps.
	(grub_diskfilter_print_partmap) [GRUB_UTIL]: New proto.
	* util/grub-probe.c (probe_partmap): Call grub_diskfilter_print_partmap.
	(probe_abstraction): Print diskfilter and not raid.
	Reported by: Lennart Sorensen 
							
						 
						
							2012-02-11 11:57:47 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								0b6225bd27 
								
							 
						 
						
							
							
								
								* util/grub-mkimage.c (generate_image): Explicitly init decompress_size.  
							
							... 
							
							
							
							* util/grub-mkimagexx.c (MASK3): New define.
	(add_value_to_slot_20b): Use MASK3.
	(add_value_to_slot_21): Likewise.
	(relocate_addresses): Fix format specification.
	(load_image): Explicitly init symtab_section. 
							
						 
						
							2012-02-11 11:50:10 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b055f8f676 
								
							 
						 
						
							
							
								
								* util/getroot.c (grub_find_root_devices_from_mountinfo): Fix types.  
							
							... 
							
							
							
							(grub_util_biosdisk_get_grub_dev): Fix format specification. 
							
						 
						
							2012-02-11 11:41:22 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								b77c2fb725 
								
							 
						 
						
							
							
								
								* grub-core/kern/emu/full.c (grub_arch_dl_get_tramp_got_size): Enable  
							
							... 
							
							
							
							on powerpc.
	Reported by: Lennart Sorensen 
							
						 
						
							2012-02-11 11:35:54 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								e3ec28abcf 
								
							 
						 
						
							
							
								
								* gentpl.py: Add missing license header.  
							
							... 
							
							
							
							* docs/grub.texi: Update copyright year. 
							
						 
						
							2012-02-11 11:31:13 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Grégoire Sutre 
								
							 
						 
						
							
							
							
							
								
							
							
								c8d9ead677 
								
							 
						 
						
							
							
								
								Source grub-mkconfig_lib from the build directory at build time.  
							
							
							
						 
						
							2012-02-10 18:16:27 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								ebcecdf1c3 
								
							 
						 
						
							
							
								
								Increase warning level.  
							
							... 
							
							
							
							* 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. 
							
						 
						
							2012-02-10 16:48:48 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								37bb97fe9a 
								
							 
						 
						
							
							
								
								* grub-core/lib/i386/relocator16.S: Fix incorrect use of absolute  
							
							... 
							
							
							
							address. 
							
						 
						
							2012-02-10 14:47:06 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								29a3550b61 
								
							 
						 
						
							
							
								
								* grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel):  
							
							... 
							
							
							
							Avoid improper use of strings.
	(grub_cmd_legacy_initrdnounzip): Likewise. 
							
						 
						
							2012-02-10 14:30:19 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								dfdffd0d94 
								
							 
						 
						
							
							
								
								* include/grub/emu/misc.h (grub_util_warn): Add missing format  
							
							... 
							
							
							
							attribute.
	(grub_util_info): Likewise.
	(grub_util_error): Likewise. 
							
						 
						
							2012-02-10 14:15:14 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								102fae4a1c 
								
							 
						 
						
							
							
								
								* util/grub-mount.c (fuse_init): Avoid improper use of strings.  
							
							... 
							
							
							
							* util/grub-fstest.c (fstest): Likewise. 
							
						 
						
							2012-02-10 14:12:43 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								7e94d044ad 
								
							 
						 
						
							
							
								
								* grub-core/disk/geli.c (grub_md_sha256_real): Respect format security.  
							
							... 
							
							
							
							(grub_md_sha512_real): Likewise.
	(grub_util_get_geli_uuid): Likewise.
	* grub-core/kern/emu/hostdisk.c (grub_util_get_fd_sectors): Likewise.
	(grub_util_biosdisk_open): Fix format specification.
	Respect format security.
	* grub-core/kern/emu/misc.c (xmalloc): Respect format security.
	(xrealloc): Likewise.
	(xasprintf): Likewise. 
							
						 
						
							2012-02-10 14:01:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								5ebd976935 
								
							 
						 
						
							
							
								
								* util/import_gcry.py: Include grub/crypto.h in init.c.  
							
							
							
						 
						
							2012-02-10 13:58:53 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								495fc8c181 
								
							 
						 
						
							
							
								
								* util/grub-mkimage.c (compress_kernel_lzma): Respect format security.  
							
							... 
							
							
							
							(generate_image): Make prefix a const char *.
	Fix format specifications. Respect format security.
	Avoid void * arithmetics.
	Avoid shadowing.
	(argp_parser): Remove unused variable. Respect format security.
	* util/grub-mkimagexx.c (relocate_symbols): Avoid shadowing.
	(count_funcs) [!MKIMAGE_ELF64]: #if-out.
	(count_funcs): Remove unused variable.
	(relocate_addresses): Fix format specification.
	Disable x86-64 with elf32. Remove unused variables.
	(add_fixup_entry): Avoid shadowing.
	(make_reloc_section): Fix format specification.
	Use assert.
	(locate_sections): Fix format specifications.
	(load_image): Avoid shadowing. 
							
						 
						
							2012-02-10 13:56:18 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								043c2ea33b 
								
							 
						 
						
							
							
								
								* util/grub-setup.c (setup): Remove unused variable. Avoid shadowing.  
							
							... 
							
							
							
							Fix format specifications. Respect format security.
	Don't translate already translated grub_errmsg.
	(argp_parser): Remove unused variable 
							
						 
						
							2012-02-10 13:49:24 +01:00 
							
								 
							
						 
					 
				
					
						
							
								
								
									Vladimir 'phcoder' Serbinenko 
								
							 
						 
						
							
							
							
							
								
							
							
								3ec65a8187 
								
							 
						 
						
							
							
								
								* util/grub-mkrelpath.c (argp_parser): Remove unused variable.  
							
							
							
						 
						
							2012-02-10 13:47:04 +01:00