]> git.ipfire.org Git - thirdparty/grub.git/commit
kern/efi: Add initial stack protector implementation
authorChris Coulson <chris.coulson@canonical.com>
Tue, 1 Dec 2020 23:03:39 +0000 (23:03 +0000)
committerDaniel Kiper <daniel.kiper@oracle.com>
Tue, 2 Mar 2021 14:54:19 +0000 (15:54 +0100)
commit133d73079c5771bbf3d8311281b6772846357ec1
tree2e388be9d824cad50d1ebcd34b27b4d61f65c4e8
parent4ea7bae51f97e49c84dc67ea30b466ca8633b9f6
kern/efi: Add initial stack protector implementation

It works only on UEFI platforms but can be quite easily extended to
others architectures and platforms if needed.

Signed-off-by: Chris Coulson <chris.coulson@canonical.com>
Signed-off-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Marco A Benatto <mbenatto@redhat.com>
Reviewed-by: Javier Martinez Canillas <javierm@redhat.com>
acinclude.m4
configure.ac
grub-core/Makefile.am
grub-core/kern/efi/init.c
include/grub/efi/api.h
include/grub/stack_protector.h [new file with mode: 0644]