b1bcb2 import grub2-2.02-0.87.el7_9.2

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