+2012-03-31 Anton Blanchard <anton@samba.org>
+
+ * grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Do not byteswap
+ 8 bit values.
+
2012-03-28 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Fix nvram call for PreP.
unsigned int pos = 1;
/* The symlink is not stored as a POSIX symlink, translate it. */
- while (pos + sizeof (*entry) < grub_le_to_cpu32 (entry->len))
+ while (pos + sizeof (*entry) < entry->len)
{
/* The current position is the `Component Flag'. */
switch (entry->data[pos] & 30)