]> git.proxmox.com Git - grub2.git/shortlog
grub2.git
2021-03-10 Glenn Washburngrub/err: Do compile-time format string checking on...
2021-03-10 Glenn Washburnfs/zfs/zfs: Use format code "%llu" for 64-bit uint...
2021-03-10 Glenn Washburnfs/hfsplus: Use format code PRIuGRUB_UINT64_T for 64...
2021-03-10 Glenn Washburndl/elf: Use format code PRIxGRUB_UINT64_T for 64-bit...
2021-03-10 Glenn Washburndisk/ata: Use format code PRIxGRUB_UINT64_T for 64...
2021-03-10 Glenn Washburnloader/i386/pc/linux: Use PRI* macros to get correct...
2021-03-10 Glenn Washburnkern/efi/mm: Format string error in grub_error()
2021-03-10 Glenn Washburncommands/pgp: Format code for grub_error() is incorrect
2021-03-10 Glenn Washburngrub_error: Use format code PRIuGRUB_SIZE for variables...
2021-03-10 Glenn Washburndisk/dmraid_nvidia: Format string error in grub_error()
2021-03-10 Glenn Washburnvideo/bochs: grub_error() format string add missing...
2021-03-10 Glenn Washburnparttool/msdospart: grub_error() missing format string...
2021-03-10 Glenn Washburnmisc: Format string for grub_error() should be a literal
2021-03-10 Philip Müllertemplates: Properly disable the os-prober by default
2021-03-10 Michael Changkern/efi/sb: Add chainloaded image as shim's verifiable...
2021-03-10 Glenn Washburndisk/pata: Suppress error message "no device connected"
2021-03-10 Yi Zhaofs/ext2: Fix a file not found error when a symlink...
2021-03-02 Tianjia Zhangloader/i386/linux: Do not use grub_le_to_cpu32() for...
2021-03-02 Tianjia Zhangloader/i386/linux: Remove redundant code from in grub_c...
2021-03-02 Heinrich Schuchardtefi: The device-tree must be in EfiACPIReclaimMemory
2021-03-02 Heinrich Schuchardtcommands/efi/lsefisystab: Add short text for EFI_RT_PRO...
2021-03-02 Petr Voreldocs/luks2: Mention key derivation function support
2021-03-02 Derek Foremancommands/file: Fix array/enum desync
2021-03-02 Marco A Benattokern/mm: Fix grub_debug_calloc() compilation error
2021-03-02 Alex Burmashevtemplates: Disable the os-prober by default
2021-03-02 Thomas Frauendorfer... gfxmenu/gui: Check printf() format in the gui_progress_...
2021-03-02 Thomas Frauendorfer... kern/misc: Add function to check printf() format agains...
2021-03-02 Thomas Frauendorfer... kern/misc: Add STRING type for internal printf() format...
2021-03-02 Thomas Frauendorfer... kern/misc: Split parse_printf_args() into format parsin...
2021-03-02 Dimitri John... shim_lock: Only skip loading shim_lock verifier with...
2021-03-02 Dimitri John... grub-install-common: Add --sbat option
2021-03-02 Peter Jonesutil/mkimage: Add an option to import SBAT metadata...
2021-03-02 Peter Jonesutil/mkimage: Refactor section setup to use a helper
2021-03-02 Peter Jonesutil/mkimage: Improve data_size value calculation
2021-03-02 Peter Jonesutil/mkimage: Reorder PE optional header fields set-up
2021-03-02 Peter Jonesutil/mkimage: Unify more of the PE32 and PE32+ header...
2021-03-02 Peter Jonesutil/mkimage: Always use grub_host_to_target32() to...
2021-03-02 Peter Jonesutil/mkimage: Use grub_host_to_target32() instead of...
2021-03-02 Javier Martinez... util/mkimage: Remove unused code to add BSS section
2021-03-02 Chris Coulsonkern/efi: Add initial stack protector implementation
2021-03-02 Chris Coulsonkern/parser: Fix a stack buffer overflow
2021-03-02 Chris Coulsonkern/buffer: Add variable sized heap buffer
2021-03-02 Chris Coulsonkern/parser: Refactor grub_parser_split_cmdline() cleanup
2021-03-02 Chris Coulsonkern/parser: Introduce terminate_arg() helper
2021-03-02 Chris Coulsonkern/parser: Introduce process_char() helper
2021-03-02 Chris Coulsonkern/parser: Fix a memory leak
2021-03-02 Daniel Axtensfs/btrfs: Squash some uninitialized reads
2021-03-02 Daniel Axtensfs/btrfs: Validate the number of stripes/parities in...
2021-03-02 Daniel Axtensdisk/lvm: Do not allow a LV to be it's own segment...
2021-03-02 Daniel Axtensdisk/lvm: Sanitize rlocn->offset to prevent wild read
2021-03-02 Daniel Axtensdisk/lvm: Do not overread metadata
2021-03-02 Daniel Axtensdisk/lvm: Do not crash if an expected string is not...
2021-03-02 Daniel Axtensdisk/lvm: Bail on missing PV list
2021-03-02 Daniel Axtensdisk/lvm: Don't blast past the end of the circular...
2021-03-02 Daniel Axtensdisk/lvm: Don't go beyond the end of the data we read...
2021-03-02 Daniel Axtensio/gzio: Zero gzio->tl/td in init_dynamic_block() if...
2021-03-02 Daniel Axtensio/gzio: Catch missing values in huft_build() and bail
2021-03-02 Daniel Axtensio/gzio: Add init_dynamic_block() clean up if unpacking...
2021-03-02 Daniel Axtensio/gzio: Bail if gzio->tl/td is NULL
2021-03-02 Daniel Axtensfs/nilfs2: Properly bail on errors in grub_nilfs2_btree...
2021-03-02 Daniel Axtensfs/nilfs2: Don't search children if provided number...
2021-03-02 Daniel Axtensfs/nilfs2: Reject too-large keys
2021-03-02 Daniel Axtensfs/jfs: Catch infinite recursion
2021-03-02 Daniel Axtensfs/jfs: Limit the extents that getblk() can consider
2021-03-02 Daniel Axtensfs/jfs: Do not move to leaf level if name length is...
2021-03-02 Daniel Axtensfs/sfs: Fix over-read of root object name
2021-03-02 Daniel Axtensfs/hfs: Disable under lockdown
2021-03-02 Daniel Axtensfs/hfsplus: Don't use uninitialized data on corrupt...
2021-03-02 Daniel Axtensfs/hfsplus: Don't fetch a key beyond the end of the...
2021-03-02 Daniel Axtensfs/fshelp: Catch impermissibly large block sizes in...
2021-03-02 Daniel Axtensterm/gfxterm: Don't set up a font with glyphs that...
2021-03-02 Daniel Axtensvideo/readers/jpeg: Don't decode data before start...
2021-03-02 Daniel Axtensvideo/readers/jpeg: Catch OOB reads/writes in grub_jpeg...
2021-03-02 Daniel Axtensvideo/readers/jpeg: Catch files with unsupported quanti...
2021-03-02 Daniel Axtenskern/misc: Always set *end in grub_strtoull()
2021-03-02 Daniel Axtenscommands/menuentry: Fix quoting in setparams_prefix()
2021-03-02 Daniel Axtensscript/execute: Don't crash on a "for" loop with no...
2021-03-02 Daniel Axtenslib/arg: Block repeated short options that require...
2021-03-02 Daniel Axtensscript/execute: Avoid crash when using "$#" outside...
2021-03-02 Daniel Axtenscommands/ls: Require device_name is not NULL before...
2021-03-02 Daniel Axtensscript/execute: Fix NULL dereference in grub_script_exe...
2021-03-02 Darren Kennyutil/glue-efi: Fix incorrect use of a possibly negative...
2021-03-02 Darren Kennyutil/grub-editenv: Fix incorrect casting of a signed...
2021-03-02 Daniel Kiperutil/grub-install: Fix NULL pointer dereferences
2021-03-02 Paulo Flabiano... loader/xnu: Check if pointer is NULL before using it
2021-03-02 Marco A Benattoloader/xnu: Free driverkey data when an error is detect...
2021-03-02 Darren Kennyloader/xnu: Fix memory leak
2021-03-02 Darren Kennyloader/bsd: Check for NULL arg up-front
2021-03-02 Darren Kennygfxmenu/gui_list: Remove code that coverity is flagging...
2021-03-02 Darren Kennyvideo/readers/jpeg: Test for an invalid next marker...
2021-03-02 Darren Kennyvideo/fb/video_fb: Fix possible integer overflow
2021-03-02 Darren Kennyvideo/fb/video_fb: Fix multiple integer overflows
2021-03-02 Darren Kennyvideo/fb/fbfill: Fix potential integer overflow
2021-03-02 Darren Kennyvideo/efi_gop: Remove unnecessary return value of grub_...
2021-03-02 Darren Kennycommands/probe: Fix a resource leak when probing disks
2021-03-02 Chris Coulsoncommands/hashsum: Fix a memory leak
2021-03-02 Darren Kennynormal/completion: Fix leaking of memory when processin...
2021-03-02 Darren Kennysyslinux: Fix memory leak while parsing
2021-03-02 Darren Kennylibgcrypt/mpi: Fix possible NULL dereference
2021-03-02 Darren Kennylibgcrypt/mpi: Fix possible unintended sign extension
next