From: Thiemo Seufer <ths@networkno.de>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4843] Fix parse_long_name, by Tristan Gingold.
Date: Thu, 03 Jul 2008 19:55:48 +0000 [thread overview]
Message-ID: <E1KEUuC-0008LB-3U@cvs.savannah.gnu.org> (raw)
Revision: 4843
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4843
Author: ths
Date: 2008-07-03 19:55:47 +0000 (Thu, 03 Jul 2008)
Log Message:
-----------
Fix parse_long_name, by Tristan Gingold.
Modified Paths:
--------------
trunk/block-vvfat.c
Modified: trunk/block-vvfat.c
===================================================================
--- trunk/block-vvfat.c 2008-07-03 19:54:19 UTC (rev 4842)
+++ trunk/block-vvfat.c 2008-07-03 19:55:47 UTC (rev 4843)
@@ -1440,6 +1440,7 @@
lfn->sequence_number = pointer[0] & 0x3f;
lfn->checksum = pointer[13];
lfn->name[0] = 0;
+ lfn->name[lfn->sequence_number * 13] = 0;
} else if ((pointer[0] & 0x3f) != --lfn->sequence_number)
return -1;
else if (pointer[13] != lfn->checksum)
reply other threads:[~2008-07-03 19:55 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=E1KEUuC-0008LB-3U@cvs.savannah.gnu.org \
--to=ths@networkno.de \
--cc=qemu-devel@nongnu.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).