wok diff grub2-efi/receipt @ rev 18896

linux: CONFIG_INPUT_WISTRON_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Sat Feb 13 16:01:41 2016 -0500 (2016-02-13)
parents 6ee5e2fb9617
children 8154fa30d15b
line diff
     1.1 --- a/grub2-efi/receipt	Wed Jun 24 12:08:56 2015 +0200
     1.2 +++ b/grub2-efi/receipt	Sat Feb 13 16:01:41 2016 -0500
     1.3 @@ -18,6 +18,9 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 +	# CVE-2015-8370
     1.8 +	sed -i "s/'.b'/& \\&\\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c
     1.9 +
    1.10  	# Fixes for flex 2.5.37
    1.11  	export CFLAGS="-Wno-error=sign-compare"
    1.12  	sed -i 's/YY_FATAL_ERROR/REMOVED_&/' grub-core/script/yylex.l