[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAH2r5mt+3LZkUFTb762hQyOCMs-y0cG26b9piAhyD6sMey6bOg@mail.gmail.com>
Date: Sun, 23 Sep 2012 18:57:49 -0500
From: Steve French <smfrench@...il.com>
To: Anton Altaparmakov <aia21@....ac.uk>
Cc: Steve French <sfrench@...ba.org>, linux-cifs@...r.kernel.org,
samba-technical@...ts.samba.org,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Unix Support <unix-support@....cam.ac.uk>
Subject: Re: cifs: fix return value in cifsConvertToUTF16
You are right - this should have gone in 3.5.
Please remind me if you see an important patch not make linux-next (or
equivalently the cifs-2.6.git for-next branch). I get a big volume of
email.
On Sun, Sep 23, 2012 at 5:18 PM, Anton Altaparmakov <aia21@....ac.uk> wrote:
> Hi Steve,
>
> Hey, I sent you that exact same patch on the 12th June! Would have saved you and others some valuable time if you hadn't ignored it then! (-;
>
> Told you it was an obvious logic bug! (-;
>
> Best regards,
>
> Anton
>
> On 22 Sep 2012, at 21:28, Linux Kernel Mailing List <linux-kernel@...r.kernel.org> wrote:
>
>> Gitweb: http://git.kernel.org/linus/;a=commit;h=c73f693989d7a7d99ec66a7065295a0c93d0b127
>> Commit: c73f693989d7a7d99ec66a7065295a0c93d0b127
>> Parent: 4651afbbae968772efd6dc4ba461cba9b49bb9d8
>> Author: Jeff Layton <jlayton@...hat.com>
>> AuthorDate: Tue Sep 18 14:21:01 2012 -0400
>> Committer: Steve French <smfrench@...il.com>
>> CommitDate: Tue Sep 18 15:35:25 2012 -0500
>>
>> cifs: fix return value in cifsConvertToUTF16
>>
>> This function returns the wrong value, which causes the callers to get
>> the length of the resulting pathname wrong when it contains non-ASCII
>> characters.
>>
>> This seems to fix https://bugzilla.samba.org/show_bug.cgi?id=6767
>>
>> Cc: <stable@...r.kernel.org>
>> Reported-by: Baldvin Kovacs <baldvin.kovacs@...il.com>
>> Reported-and-Tested-by: Nicolas Lefebvre <nico.lefebvre@...il.com>
>> Signed-off-by: Jeff Layton <jlayton@...hat.com>
>> Signed-off-by: Steve French <smfrench@...il.com>
>> ---
>> fs/cifs/cifs_unicode.c | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/fs/cifs/cifs_unicode.c b/fs/cifs/cifs_unicode.c
>> index 7dab9c0..53cf2aa 100644
>> --- a/fs/cifs/cifs_unicode.c
>> +++ b/fs/cifs/cifs_unicode.c
>> @@ -328,7 +328,7 @@ cifsConvertToUTF16(__le16 *target, const char *source, int srclen,
>> }
>>
>> ctoUTF16_out:
>> - return i;
>> + return j;
>> }
>>
>> #ifdef CONFIG_CIFS_SMB2
>
> --
> Anton Altaparmakov <aia21 at cam.ac.uk> (replace at with @)
> Unix Support, Computing Service, University of Cambridge, CB2 3QH, UK
> Linux NTFS maintainer, http://www.linux-ntfs.org/
>
--
Thanks,
Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists