47cf637 "Minor" bug fixes

Authored and Committed by pjones 3 years ago
47 files changed. 6668 lines added. 8 lines removed.
0220-http-Prepend-prefix-when-the-HTTP-path-is-relative-a.patch
file modified
+12 -4
0223-Don-t-assume-that-boot-commands-will-only-return-on-.patch
file added
+40
0224-Fix-a-missing-return-in-efi-export-env-and-efi-load-.patch
file added
+27
0225-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
file added
+67
0226-safemath-Add-some-arithmetic-primitives-that-check-f.patch
file added
+124
0227-calloc-Make-sure-we-always-have-an-overflow-checking.patch
file added
+240
0228-calloc-Use-calloc-at-most-places.patch
file added
+1834
0229-malloc-Use-overflow-checking-primitives-where-we-do-.patch
file added
+1320
0230-iso9660-Don-t-leak-memory-on-realloc-failures.patch
file added
+66
0231-font-Do-not-load-more-than-one-NAME-section.patch
file added
+35
0232-gfxmenu-Fix-double-free-in-load_image.patch
file added
+33
0233-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch
file added
+53
0234-lzma-Make-sure-we-don-t-dereference-past-array.patch
file added
+49
0235-term-Fix-overflow-on-user-inputs.patch
file added
+63
0236-udf-Fix-memory-leak.patch
file added
+53
0237-multiboot2-Fix-memory-leak-if-grub_create_loader_cmd.patch
file added
+32
0238-tftp-Do-not-use-priority-queue.patch
file added
+278
0239-multiboot2-Set-min-address-for-mbi-allocation-to-0x1.patch
file added
+44
0240-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch
file added
+147
0241-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch
file added
+335
0242-script-Remove-unused-fields-from-grub_script_functio.patch
file added
+30
0243-script-Avoid-a-use-after-free-when-redefining-a-func.patch
file added
+105
0244-relocator-Fix-grub_relocator_alloc_chunk_align-top-m.patch
file added
+43
0245-hfsplus-fix-two-more-overflows.patch
file added
+54
0246-lvm-fix-two-more-potential-data-dependent-alloc-over.patch
file added
+108
0247-emu-make-grub_free-NULL-safe.patch
file added
+31
0248-efi-fix-some-malformed-device-path-arithmetic-errors.patch
file added
+248
0249-Fix-a-regression-caused-by-efi-fix-some-malformed-de.patch
file added
+84
0250-efi-Fix-use-after-free-in-halt-reboot-path.patch
file added
+162
0251-efi-dhcp-fix-some-allocation-error-checking.patch
file added
+37
0252-efi-http-fix-some-allocation-error-checking.patch
file added
+39
0253-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch
file added
+127
0254-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
file added
+49
0255-efi-Fix-use-after-free-in-halt-reboot-path.patch
file added
+57
0256-linux-loader-avoid-overflow-on-initrd-size-calculati.patch
file added
+25
0257-linuxefi-fail-kernel-validation-without-shim-protoco.patch
file added
+130
0258-linux-Fix-integer-overflows-in-initrd-size-handling.patch
file added
+166
0259-Fix-const-char-pointers-in-grub-core-commands-blscfg.patch
file added
+43
0260-Fix-const-char-pointers-in-grub-core-net-bootp.c.patch
file added
+37
0261-Fix-const-char-pointers-in-grub-core-net-efi-ip4_con.patch
file added
+38
0262-Fix-const-char-pointers-in-grub-core-net-efi-ip6_con.patch
file added
+28
0263-Fix-const-char-pointers-in-grub-core-net-efi-net.c.patch
file added
+37
0264-Fix-const-char-pointers-in-grub-core-net-efi-pxe.c.patch
file added
+46
0265-Fix-const-char-pointers-in-grub-core-net-url.c.patch
file added
+28
grub.macros
file modified
+7 -2
grub.patches
file modified
+43 -0
grub2.spec
file modified
+14 -2
    "Minor" bug fixes
    
    Resolves: CVE-2020-10713
    Resolves: CVE-2020-14308
    Resolves: CVE-2020-14309
    Resolves: CVE-2020-14310
    Resolves: CVE-2020-14311
    Resolves: CVE-2020-15705
    Resolves: CVE-2020-15706
    Resolves: CVE-2020-15707
    
    Signed-off-by: Peter Jones <pjones@redhat.com>
    
        
file modified
+7 -2
file modified
+43 -0
file modified
+14 -2