Log In
dcavalca
/
rpms
/
grub2
Forked from
rpms/grub2
3 years ago
Clone
Source Code
GIT
Source
Stats
Overview
Files
Commits
Branches
Forks
Releases
a4d572
import grub2-2.02-87.el8
Authored and Committed by
centosrcm
4 years ago
raw
patch
tree
parent
43 files changed.
6804 lines added
.
96 lines removed
.
SOURCES/0281-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
file added
+70
SOURCES/0282-safemath-Add-some-arithmetic-primitives-that-check-f.patch
file added
+127
SOURCES/0283-calloc-Make-sure-we-always-have-an-overflow-checking.patch
file added
+243
SOURCES/0284-calloc-Use-calloc-at-most-places.patch
file added
+1945
SOURCES/0285-malloc-Use-overflow-checking-primitives-where-we-do-.patch
file added
+1323
SOURCES/0286-iso9660-Don-t-leak-memory-on-realloc-failures.patch
file added
+69
SOURCES/0287-font-Do-not-load-more-than-one-NAME-section.patch
file added
+38
SOURCES/0288-gfxmenu-Fix-double-free-in-load_image.patch
file added
+36
SOURCES/0289-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch
file added
+57
SOURCES/0290-lzma-Make-sure-we-don-t-dereference-past-array.patch
file added
+52
SOURCES/0291-term-Fix-overflow-on-user-inputs.patch
file added
+66
SOURCES/0292-udf-Fix-memory-leak.patch
file added
+56
SOURCES/0293-multiboot2-Fix-memory-leak-if-grub_create_loader_cmd.patch
file added
+47
SOURCES/0294-tftp-Do-not-use-priority-queue.patch
file added
+289
SOURCES/0295-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch
file added
+150
SOURCES/0296-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch
file added
+338
SOURCES/0297-script-Remove-unused-fields-from-grub_script_functio.patch
file added
+34
SOURCES/0298-script-Avoid-a-use-after-free-when-redefining-a-func.patch
file added
+108
SOURCES/0299-relocator-Fix-grub_relocator_alloc_chunk_align-top-m.patch
file added
+46
SOURCES/0300-hfsplus-fix-two-more-overflows.patch
file added
+57
SOURCES/0301-lvm-fix-two-more-potential-data-dependent-alloc-over.patch
file added
+113
SOURCES/0302-emu-make-grub_free-NULL-safe.patch
file added
+34
SOURCES/0303-efi-fix-some-malformed-device-path-arithmetic-errors.patch
file added
+252
SOURCES/0304-Fix-a-regression-caused-by-efi-fix-some-malformed-de.patch
file added
+88
SOURCES/0305-update-safemath-with-fallback-code-for-gcc-older-tha.patch
file added
+151
SOURCES/0306-efi-Fix-use-after-free-in-halt-reboot-path.patch
file added
+165
SOURCES/0307-efi-dhcp-fix-some-allocation-error-checking.patch
file added
+40
SOURCES/0308-efi-http-fix-some-allocation-error-checking.patch
file added
+42
SOURCES/0309-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch
file added
+131
SOURCES/0310-Fix-up-some-types-for-gcc-4.8-compat-safemath.h.patch
file added
+219
SOURCES/0311-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
file added
+51
SOURCES/0312-linux-loader-avoid-overflow-on-initrd-size-calculati.patch
file added
+29
SOURCES/0313-linuxefi-fail-kernel-validation-without-shim-protoco.patch
file added
+101
SOURCES/0314-linux-Fix-integer-overflows-in-initrd-size-handling.patch
file added
+168
SOURCES/centos-ca-secureboot.der
file removed
-0
SOURCES/centossecureboot001.crt
file removed
-81
SOURCES/grub.macros
file modified
+7
-5
SOURCES/grub.patches
file modified
+34
-0
SOURCES/redhatsecureboot301.cer
SOURCES/secureboot.cer
file renamed
+0
-0
SOURCES/redhatsecureboot502.cer
file added
+0
SOURCES/redhatsecurebootca3.cer
SOURCES/securebootca.cer
file renamed
+0
-0
SOURCES/redhatsecurebootca5.cer
file added
+0
SPECS/grub2.spec
file modified
+28
-10
import grub2-2.02-87.el8
SOURCES/0281-yylex-Make-lexer-fatal-errors-actually-be-fatal.patch
file added
+70
SOURCES/0282-safemath-Add-some-arithmetic-primitives-that-check-f.patch
file added
+127
SOURCES/0283-calloc-Make-sure-we-always-have-an-overflow-checking.patch
file added
+243
SOURCES/0284-calloc-Use-calloc-at-most-places.patch
file added
+1945
SOURCES/0285-malloc-Use-overflow-checking-primitives-where-we-do-.patch
file added
+1323
SOURCES/0286-iso9660-Don-t-leak-memory-on-realloc-failures.patch
file added
+69
SOURCES/0287-font-Do-not-load-more-than-one-NAME-section.patch
file added
+38
SOURCES/0288-gfxmenu-Fix-double-free-in-load_image.patch
file added
+36
SOURCES/0289-xnu-Fix-double-free-in-grub_xnu_devprop_add_property.patch
file added
+57
SOURCES/0290-lzma-Make-sure-we-don-t-dereference-past-array.patch
file added
+52
SOURCES/0291-term-Fix-overflow-on-user-inputs.patch
file added
+66
SOURCES/0292-udf-Fix-memory-leak.patch
file added
+56
SOURCES/0293-multiboot2-Fix-memory-leak-if-grub_create_loader_cmd.patch
file added
+47
SOURCES/0294-tftp-Do-not-use-priority-queue.patch
file added
+289
SOURCES/0295-relocator-Protect-grub_relocator_alloc_chunk_addr-in.patch
file added
+150
SOURCES/0296-relocator-Protect-grub_relocator_alloc_chunk_align-m.patch
file added
+338
SOURCES/0297-script-Remove-unused-fields-from-grub_script_functio.patch
file added
+34
SOURCES/0298-script-Avoid-a-use-after-free-when-redefining-a-func.patch
file added
+108
SOURCES/0299-relocator-Fix-grub_relocator_alloc_chunk_align-top-m.patch
file added
+46
SOURCES/0300-hfsplus-fix-two-more-overflows.patch
file added
+57
SOURCES/0301-lvm-fix-two-more-potential-data-dependent-alloc-over.patch
file added
+113
SOURCES/0302-emu-make-grub_free-NULL-safe.patch
file added
+34
SOURCES/0303-efi-fix-some-malformed-device-path-arithmetic-errors.patch
file added
+252
SOURCES/0304-Fix-a-regression-caused-by-efi-fix-some-malformed-de.patch
file added
+88
SOURCES/0305-update-safemath-with-fallback-code-for-gcc-older-tha.patch
file added
+151
SOURCES/0306-efi-Fix-use-after-free-in-halt-reboot-path.patch
file added
+165
SOURCES/0307-efi-dhcp-fix-some-allocation-error-checking.patch
file added
+40
SOURCES/0308-efi-http-fix-some-allocation-error-checking.patch
file added
+42
SOURCES/0309-efi-ip-46-_config.c-fix-some-potential-allocation-ov.patch
file added
+131
SOURCES/0310-Fix-up-some-types-for-gcc-4.8-compat-safemath.h.patch
file added
+219
SOURCES/0311-efilinux-Fix-integer-overflows-in-grub_cmd_initrd.patch
file added
+51
SOURCES/0312-linux-loader-avoid-overflow-on-initrd-size-calculati.patch
file added
+29
SOURCES/0313-linuxefi-fail-kernel-validation-without-shim-protoco.patch
file added
+101
SOURCES/0314-linux-Fix-integer-overflows-in-initrd-size-handling.patch
file added
+168
SOURCES/centos-ca-secureboot.der
file removed
-0
SOURCES/centossecureboot001.crt
file removed
-81
SOURCES/grub.macros
file modified
+7
-5
SOURCES/grub.patches
file modified
+34
-0
SOURCES/redhatsecureboot301.cer
SOURCES/secureboot.cer
file renamed
file was renamed with no change to the file
SOURCES/redhatsecureboot502.cer
file added
+0
empty file added
SOURCES/redhatsecurebootca3.cer
SOURCES/securebootca.cer
file renamed
file was renamed with no change to the file
SOURCES/redhatsecurebootca5.cer
file added
+0
empty file added
SPECS/grub2.spec
file modified
+28
-10