grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Freeze on 27 February


From: Richard Laager
Subject: Re: Freeze on 27 February
Date: Mon, 27 Feb 2012 00:58:27 -0600

On Thu, 2012-02-23 at 07:34 +0100, Vladimir 'φ-coder/phcoder' Serbinenko
wrote:
> > zfs-poolname-spaces.patch
> ...
> > @@ -420,6 +419,9 @@
> >         if (sscanf (sep, "%s %s", entry.fstype, entry.device) != 2)
> >     continue;
> >
> > +      unescape (entry.fstype);
> > +      unescape (entry.device);
> > +
> You need to increase the size of storage for these fields.

On second look... why? The unescape() function modifies the string in
place, and it changes multi-character escape sequences into single
unescaped characters. I don't understand how this would change the size
requirement.

-- 
Richard

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]