wok-current rev 18710
grub2: CVE-2015-8370 fix (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Dec 16 18:01:12 2015 +0100 (2015-12-16) |
parents | 99ae478b6540 |
children | 96c03c2f8bdd |
files | grub2/receipt |
line diff
1.1 --- a/grub2/receipt Wed Dec 16 17:54:07 2015 +0100 1.2 +++ b/grub2/receipt Wed Dec 16 18:01:12 2015 +0100 1.3 @@ -19,7 +19,7 @@ 1.4 compile_rules() 1.5 { 1.6 # CVE-2015-8370 1.7 - sed -i "s/'.b'/& \&\& cur_len/" grub-core/lib/crypto.c grub-core/normal/auth.c 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"