As promised, I will upload an NMU in a few minutes. I'll upload to the
DELAYED queue, so you'll have 5 days to supersede this upload with an
MU.
diff -urN dosfstools-2.11.orig/debian/changelog
dosfstools-2.11/debian/changelog--- dosfstools-2.11.orig/debian/changelog
2005-06-10 15:05:57.000000000 -0600
+++ dosfstools-2.11/debian/changelog 2005-06-10 15:05:36.000000000 -0600
@@ -1,3 +1,13 @@
+dosfstools (2.11-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Fix unaligned memory accesses which cause warnings to appear everytime
+ the elilo bootloader script runs. This has led a number of users to
+ believe their install has failed. Thanks to Khalid Aziz for the patch.
+ Closes: #258839.
+
+ -- dann frazier <[EMAIL PROTECTED]> Thu, 9 Jun 2005 18:14:45 -0600
+
dosfstools (2.11-2) unstable; urgency=low
* Oops, debian/rules overrides OPTFLAGS and therefore the
diff -urN dosfstools-2.11.orig/dosfsck/boot.c dosfstools-2.11/dosfsck/boot.c
--- dosfstools-2.11.orig/dosfsck/boot.c 2005-03-12 07:16:22.000000000 -0700
+++ dosfstools-2.11/dosfsck/boot.c 2005-06-10 15:05:36.000000000 -0600
@@ -40,7 +40,7 @@
({ \
unsigned short __v; \
memcpy( &__v, &f, sizeof(__v) ); \
- CF_LE_W( *(unsigned short *)&f ); \
+ CF_LE_W( *(unsigned short *)&__v ); \
})
#else
#define GET_UNALIGNED_W(f) CF_LE_W( *(unsigned short *)&f )
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]