All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] Big endian fix for iso9660
Date: Sat, 31 Mar 2012 12:09:41 +0200	[thread overview]
Message-ID: <4F76D7E5.4020301@gmail.com> (raw)
In-Reply-To: <20120326083606.3dd952f7@kryten>

[-- Attachment #1: Type: text/plain, Size: 1092 bytes --]

On 25.03.2012 23:36, Anton Blanchard wrote:
> 2012-03-26  Anton Blanchard  <anton@samba.org>
>
> 	* grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Do not byteswap
> 	8 bit values.
Applied, thanks.
> Index: grub/grub-core/fs/iso9660.c
> ===================================================================
> --- grub.orig/grub-core/fs/iso9660.c	2012-03-09 11:22:11.198004000 +1100
> +++ grub/grub-core/fs/iso9660.c	2012-03-26 08:30:18.281488042 +1100
> @@ -620,7 +620,7 @@ grub_iso9660_iterate_dir (grub_fshelp_no
>  	  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)
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 294 bytes --]

      reply	other threads:[~2012-03-31 10:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-25 21:36 [PATCH] Big endian fix for iso9660 Anton Blanchard
2012-03-31 10:09 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F76D7E5.4020301@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.