a5bd9f6
From a2102b2ce0666edcfef953fac2215221ba1a35bd Mon Sep 17 00:00:00 2001
a5bd9f6
From: Colin Watson <cjwatson@ubuntu.com>
a5bd9f6
Date: Mon, 21 Jan 2013 11:10:25 +0000
a5bd9f6
Subject: [PATCH 126/364] * grub-core/partmap/msdos.c (embed_signatures): Add
a5bd9f6
 the signature of an Acer registration utility with several sightings in the
a5bd9f6
 wild. Reported by: Rickard Westman.  Fixes Ubuntu bug #987022.
a5bd9f6
a5bd9f6
---
a5bd9f6
 ChangeLog                 | 6 ++++++
a5bd9f6
 grub-core/partmap/msdos.c | 7 +++++++
a5bd9f6
 2 files changed, 13 insertions(+)
a5bd9f6
a5bd9f6
diff --git a/ChangeLog b/ChangeLog
a5bd9f6
index c975de1..ff29177 100644
a5bd9f6
--- a/ChangeLog
a5bd9f6
+++ b/ChangeLog
a5bd9f6
@@ -1,5 +1,11 @@
a5bd9f6
 2013-01-21  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
 
a5bd9f6
+	* grub-core/partmap/msdos.c (embed_signatures): Add the signature of
a5bd9f6
+	an Acer registration utility with several sightings in the wild.
a5bd9f6
+	Reported by: Rickard Westman.  Fixes Ubuntu bug #987022.
a5bd9f6
+
a5bd9f6
+2013-01-21  Colin Watson  <cjwatson@ubuntu.com>
a5bd9f6
+
a5bd9f6
 	Remove nested functions from filesystem directory iterators.
a5bd9f6
 
a5bd9f6
 	* include/grub/fs.h (grub_fs_dir_hook_t): New type.
a5bd9f6
diff --git a/grub-core/partmap/msdos.c b/grub-core/partmap/msdos.c
a5bd9f6
index 47527c3..b0e11c4 100644
a5bd9f6
--- a/grub-core/partmap/msdos.c
a5bd9f6
+++ b/grub-core/partmap/msdos.c
a5bd9f6
@@ -94,6 +94,13 @@ struct embed_signature embed_signatures[] =
a5bd9f6
       .signature = "ycgl",
a5bd9f6
       .signature_len = 4,
a5bd9f6
       .type = TYPE_RAID
a5bd9f6
+    },
a5bd9f6
+    {
a5bd9f6
+      /* https://bugs.launchpad.net/bugs/987022 */
a5bd9f6
+      .name = "Acer registration utility (?)",
a5bd9f6
+      .signature = "GREGRegDone.Tag\x00",
a5bd9f6
+      .signature_len = 16,
a5bd9f6
+      .type = TYPE_SOFTWARE
a5bd9f6
     }
a5bd9f6
   };
a5bd9f6
 #endif
a5bd9f6
-- 
a5bd9f6
1.8.1.4
a5bd9f6