9723a8 import grub2-2.02-90.el8_3.1

Authored and Committed by centosrcm 3 years ago
148 files changed. 8019 lines added. 277 lines removed.
README.debrand
file removed
-2
SOURCES/0281-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
file modified
+2 -5
SOURCES/0282-safemath-Add-some-arithmetic-primitives-that-check-f.patch
file modified
+3 -6
SOURCES/0283-calloc-Make-sure-we-always-have-an-overflow-checking.patch
file modified
+8 -11
SOURCES/0284-calloc-Use-calloc-at-most-places.patch
file modified
+45 -48
SOURCES/0285-malloc-Use-overflow-checking-primitives-where-we-do-.patch
file modified
+26 -29
SOURCES/0286-iso9660-Don-t-leak-memory-on-realloc-failures.patch
file modified
+2 -5
SOURCES/0287-font-Do-not-load-more-than-one-NAME-section.patch
file modified
+2 -5
SOURCES/0288-gfxmenu-Fix-double-free-in-load_image.patch
file modified
+2 -5
SOURCES/0289-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch
file modified
+2 -6
SOURCES/0290-lzma-Make-sure-we-don-t-dereference-past-array.patch
file modified
+2 -5
SOURCES/0291-term-Fix-overflow-on-user-inputs.patch
file modified
+2 -5
SOURCES/0292-udf-Fix-memory-leak.patch
file modified
+2 -5
SOURCES/0293-multiboot2-Fix-memory-leak-if-grub_create_loader_cmd.patch
file modified
+3 -6
SOURCES/0294-tftp-Do-not-use-priority-queue.patch
file modified
+3 -6
SOURCES/0295-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch
file modified
+3 -6
SOURCES/0296-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch
file modified
+6 -9
SOURCES/0297-script-Remove-unused-fields-from-grub_script_functio.patch
file modified
+2 -6
SOURCES/0298-script-Avoid-a-use-after-free-when-redefining-a-func.patch
file modified
+3 -6
SOURCES/0299-relocator-Fix-grub_relocator_alloc_chunk_align-top-m.patch
file modified
+3 -6
SOURCES/0300-hfsplus-fix-two-more-overflows.patch
file modified
+2 -5
SOURCES/0301-lvm-fix-two-more-potential-data-dependent-alloc-over.patch
file modified
+3 -7
SOURCES/0302-emu-make-grub_free-NULL-safe.patch
file modified
+2 -5
SOURCES/0303-efi-fix-some-malformed-device-path-arithmetic-errors.patch
file modified
+6 -10
SOURCES/0304-Fix-a-regression-caused-by-efi-fix-some-malformed-de.patch
file modified
+3 -6
SOURCES/0305-update-safemath-with-fallback-code-for-gcc-older-tha.patch
file modified
+3 -7
SOURCES/0306-efi-Fix-use-after-free-in-halt-reboot-path.patch
file modified
+2 -5
SOURCES/0307-efi-dhcp-fix-some-allocation-error-checking.patch
file modified
+2 -5
SOURCES/0308-efi-http-fix-some-allocation-error-checking.patch
file modified
+2 -5
SOURCES/0309-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch
file modified
+2 -6
SOURCES/0310-Fix-up-some-types-for-gcc-4.8-compat-safemath.h.patch
file modified
+2 -5
SOURCES/0311-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
file modified
+2 -5
SOURCES/0312-linux-loader-avoid-overflow-on-initrd-size-calculati.patch
file modified
+2 -6
SOURCES/0313-linuxefi-fail-kernel-validation-without-shim-protoco.patch
file modified
+2 -6
SOURCES/0314-linux-Fix-integer-overflows-in-initrd-size-handling.patch
file modified
+3 -6
SOURCES/0317-tftp-roll-over-block-counter-to-prevent-timeouts-wit.patch
file modified
+1 -1
SOURCES/0318-kern-Add-lockdown-support.patch
file added
+441
SOURCES/0319-kern-lockdown-Set-a-variable-if-the-GRUB-is-locked-d.patch
file added
+53
SOURCES/0320-efi-Lockdown-the-GRUB-when-the-UEFI-Secure-Boot-is-e.patch
file added
+52
SOURCES/0321-efi-Use-grub_is_lockdown-instead-of-hardcoding-a-dis.patch
file added
+137
SOURCES/0322-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch
file added
+72
SOURCES/0323-mmap-Don-t-register-cutmem-and-badram-commands-when-.patch
file added
+66
SOURCES/0324-commands-Restrict-commands-that-can-load-BIOS-or-DT-.patch
file added
+108
SOURCES/0325-commands-setpci-Restrict-setpci-command-when-locked-.patch
file added
+33
SOURCES/0326-commands-hdparm-Restrict-hdparm-command-when-locked-.patch
file added
+31
SOURCES/0327-gdb-Restrict-GDB-access-when-locked-down.patch
file added
+58
SOURCES/0328-loader-xnu-Don-t-allow-loading-extension-and-package.patch
file added
+57
SOURCES/0329-docs-Document-the-cutmem-command.patch
file added
+61
SOURCES/0330-dl-Only-allow-unloading-modules-that-are-not-depende.patch
file added
+83
SOURCES/0331-usb-Avoid-possible-out-of-bound-accesses-caused-by-m.patch
file added
+112
SOURCES/0332-mmap-Fix-memory-leak-when-iterating-over-mapped-memo.patch
file added
+36
SOURCES/0333-net-net-Fix-possible-dereference-to-of-a-NULL-pointe.patch
file added
+36
SOURCES/0334-net-tftp-Fix-dangling-memory-pointer.patch
file added
+30
SOURCES/0335-kern-parser-Fix-resource-leak-if-argc-0.patch
file added
+47
SOURCES/0336-kern-efi-Fix-memory-leak-on-failure.patch
file added
+27
SOURCES/0337-kern-efi-mm-Fix-possible-NULL-pointer-dereference.patch
file added
+65
SOURCES/0338-gnulib-regexec-Resolve-unused-variable.patch
file added
+73
SOURCES/0339-gnulib-regcomp-Fix-uninitialized-token-structure.patch
file added
+64
SOURCES/0340-gnulib-argp-help-Fix-dereference-of-a-possibly-NULL-.patch
file added
+64
SOURCES/0341-gnulib-regexec-Fix-possible-null-dereference.patch
file added
+65
SOURCES/0342-gnulib-regcomp-Fix-uninitialized-re_token.patch
file added
+64
SOURCES/0343-io-lzopio-Resolve-unnecessary-self-assignment-errors.patch
file added
+38
SOURCES/0344-kern-partition-Check-for-NULL-before-dereferencing-i.patch
file added
+40
SOURCES/0345-disk-ldm-Make-sure-comp-data-is-freed-before-exiting.patch
file added
+125
SOURCES/0346-disk-ldm-If-failed-then-free-vg-variable-too.patch
file added
+25
SOURCES/0347-disk-ldm-Fix-memory-leak-on-uninserted-lv-references.patch
file added
+47
SOURCES/0348-disk-cryptodisk-Fix-potential-integer-overflow.patch
file added
+47
SOURCES/0349-hfsplus-Check-that-the-volume-name-length-is-valid.patch
file added
+40
SOURCES/0350-zfs-Fix-possible-negative-shift-operation.patch
file added
+39
SOURCES/0351-zfs-Fix-resource-leaks-while-constructing-path.patch
file added
+118
SOURCES/0352-zfs-Fix-possible-integer-overflows.patch
file added
+53
SOURCES/0353-zfsinfo-Correct-a-check-for-error-allocating-memory.patch
file added
+32
SOURCES/0354-affs-Fix-memory-leaks.patch
file added
+79
SOURCES/0355-libgcrypt-mpi-Fix-possible-unintended-sign-extension.patch
file added
+32
SOURCES/0356-libgcrypt-mpi-Fix-possible-NULL-dereference.patch
file added
+30
SOURCES/0357-syslinux-Fix-memory-leak-while-parsing.patch
file added
+40
SOURCES/0358-normal-completion-Fix-leaking-of-memory-when-process.patch
file added
+49
SOURCES/0359-commands-hashsum-Fix-a-memory-leak.patch
file added
+53
SOURCES/0360-video-efi_gop-Remove-unnecessary-return-value-of-gru.patch
file added
+91
SOURCES/0361-video-fb-fbfill-Fix-potential-integer-overflow.patch
file added
+75
SOURCES/0362-video-fb-video_fb-Fix-multiple-integer-overflows.patch
file added
+101
SOURCES/0363-video-fb-video_fb-Fix-possible-integer-overflow.patch
file added
+36
SOURCES/0364-video-readers-jpeg-Test-for-an-invalid-next-marker-r.patch
file added
+35
SOURCES/0365-gfxmenu-gui_list-Remove-code-that-coverity-is-flaggi.patch
file added
+31
SOURCES/0366-loader-bsd-Check-for-NULL-arg-up-front.patch
file added
+44
SOURCES/0367-loader-xnu-Fix-memory-leak.patch
file added
+36
SOURCES/0368-loader-xnu-Free-driverkey-data-when-an-error-is-dete.patch
file added
+74
SOURCES/0369-loader-xnu-Check-if-pointer-is-NULL-before-using-it.patch
file added
+39
SOURCES/0370-util-grub-editenv-Fix-incorrect-casting-of-a-signed-.patch
file added
+43
SOURCES/0371-util-glue-efi-Fix-incorrect-use-of-a-possibly-negati.patch
file added
+47
SOURCES/0372-script-execute-Fix-NULL-dereference-in-grub_script_e.patch
file added
+25
SOURCES/0373-commands-ls-Require-device_name-is-not-NULL-before-p.patch
file added
+30
SOURCES/0374-script-execute-Avoid-crash-when-using-outside-a-func.patch
file added
+34
SOURCES/0375-lib-arg-Block-repeated-short-options-that-require-an.patch
file added
+51
SOURCES/0376-script-execute-Don-t-crash-on-a-for-loop-with-no-ite.patch
file added
+36
SOURCES/0377-commands-menuentry-Fix-quoting-in-setparams_prefix.patch
file added
+43
SOURCES/0378-kern-misc-Always-set-end-in-grub_strtoull.patch
file added
+43
SOURCES/0379-video-readers-jpeg-Catch-files-with-unsupported-quan.patch
file added
+49
SOURCES/0380-video-readers-jpeg-Catch-OOB-reads-writes-in-grub_jp.patch
file added
+44
SOURCES/0381-video-readers-jpeg-Don-t-decode-data-before-start-of.patch
file added
+36
SOURCES/0382-term-gfxterm-Don-t-set-up-a-font-with-glyphs-that-ar.patch
file added
+48
SOURCES/0383-fs-fshelp-Catch-impermissibly-large-block-sizes-in-r.patch
file added
+43
SOURCES/0384-fs-hfsplus-Don-t-fetch-a-key-beyond-the-end-of-the-n.patch
file added
+29
SOURCES/0385-fs-hfsplus-Don-t-use-uninitialized-data-on-corrupt-f.patch
file added
+104
SOURCES/0386-fs-hfs-Disable-under-lockdown.patch
file added
+43
SOURCES/0387-fs-sfs-Fix-over-read-of-root-object-name.patch
file added
+46
SOURCES/0388-fs-jfs-Do-not-move-to-leaf-level-if-name-length-is-n.patch
file added
+30
SOURCES/0389-fs-jfs-Limit-the-extents-that-getblk-can-consider.patch
file added
+58
SOURCES/0390-fs-jfs-Catch-infinite-recursion.patch
file added
+42
SOURCES/0391-fs-nilfs2-Reject-too-large-keys.patch
file added
+42
SOURCES/0392-fs-nilfs2-Don-t-search-children-if-provided-number-i.patch
file added
+96
SOURCES/0393-fs-nilfs2-Properly-bail-on-errors-in-grub_nilfs2_btr.patch
file added
+64
SOURCES/0394-io-gzio-Bail-if-gzio-tl-td-is-NULL.patch
file added
+63
SOURCES/0395-io-gzio-Add-init_dynamic_block-clean-up-if-unpacking.patch
file added
+63
SOURCES/0396-io-gzio-Catch-missing-values-in-huft_build-and-bail.patch
file added
+53
SOURCES/0397-io-gzio-Zero-gzio-tl-td-in-init_dynamic_block-if-huf.patch
file added
+38
SOURCES/0398-disk-lvm-Don-t-go-beyond-the-end-of-the-data-we-read.patch
file added
+45
SOURCES/0399-disk-lvm-Don-t-blast-past-the-end-of-the-circular-me.patch
file added
+39
SOURCES/0400-disk-lvm-Bail-on-missing-PV-list.patch
file added
+31
SOURCES/0401-disk-lvm-Do-not-crash-if-an-expected-string-is-not-f.patch
file added
+79
SOURCES/0402-disk-lvm-Do-not-overread-metadata.patch
file added
+107
SOURCES/0403-disk-lvm-Sanitize-rlocn-offset-to-prevent-wild-read.patch
file added
+37
SOURCES/0404-disk-lvm-Do-not-allow-a-LV-to-be-it-s-own-segment-s-.patch
file added
+35
SOURCES/0405-kern-parser-Fix-a-memory-leak.patch
file added
+73
SOURCES/0406-kern-parser-Introduce-process_char-helper.patch
file added
+116
SOURCES/0407-kern-parser-Introduce-terminate_arg-helper.patch
file added
+62
SOURCES/0408-kern-parser-Refactor-grub_parser_split_cmdline-clean.patch
file added
+88
SOURCES/0409-kern-buffer-Add-variable-sized-heap-buffer.patch
file added
+304
SOURCES/0410-kern-parser-Fix-a-stack-buffer-overflow.patch
file added
+244
SOURCES/0411-kern-efi-Add-initial-stack-protector-implementation.patch
file added
+298
SOURCES/0412-util-mkimage-Remove-unused-code-to-add-BSS-section.patch
file added
+57
SOURCES/0413-util-mkimage-Use-grub_host_to_target32-instead-of-gr.patch
file added
+109
SOURCES/0414-util-mkimage-Always-use-grub_host_to_target32-to-ini.patch
file added
+35
SOURCES/0415-util-mkimage-Unify-more-of-the-PE32-and-PE32-header-.patch
file added
+165
SOURCES/0416-util-mkimage-Reorder-PE-optional-header-fields-set-u.patch
file added
+69
SOURCES/0417-util-mkimage-Improve-data_size-value-calculation.patch
file added
+46
SOURCES/0418-util-mkimage-Refactor-section-setup-to-use-a-helper.patch
file added
+216
SOURCES/0419-util-mkimage-Add-an-option-to-import-SBAT-metadata-i.patch
file added
+263
SOURCES/0420-kern-misc-Split-parse_printf_args-into-format-parsin.patch
file added
+46
SOURCES/0421-kern-misc-Add-STRING-type-for-internal-printf-format.patch
file added
+64
SOURCES/0422-kern-misc-Add-function-to-check-printf-format-agains.patch
file added
+215
SOURCES/0423-gfxmenu-gui-Check-printf-format-in-the-gui_progress_.patch
file added
+58
SOURCES/0424-kern-mm-Fix-grub_debug_calloc-compilation-error.patch
file added
+29
SOURCES/0425-efi-net-Fix-malformed-device-path-arithmetic-errors-.patch
file added
+74
SOURCES/grub.macros
file modified
+4 -2
SOURCES/grub.patches
file modified
+108 -0
SOURCES/sbat.csv.in
file added
+3
SPECS/grub2.spec
file modified
+13 -3
    import grub2-2.02-90.el8_3.1
    
        
file removed
-2
file modified
+4 -2
file modified
+108 -0
file added
+3
file modified
+13 -3