* grub-core/partmap/msdos.c (embed_signatures): Add the signature of

an Acer registration utility with several sightings in the wild.
Reported by: Rickard Westman.  Fixes Ubuntu bug #987022.
This commit is contained in:
Colin Watson 2013-01-21 11:10:25 +00:00
parent fc524edf65
commit 115c2cc180
2 changed files with 13 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
* grub-core/partmap/msdos.c (embed_signatures): Add the signature of
an Acer registration utility with several sightings in the wild.
Reported by: Rickard Westman. Fixes Ubuntu bug #987022.
2013-01-21 Colin Watson <cjwatson@ubuntu.com>
Remove nested functions from filesystem directory iterators.