lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 27 Feb 2007 08:15:06 -0500
From:	Kyle McMartin <kyle@...isc-linux.org>
To:	Geert Uytterhoeven <geert@...ux-m68k.org>
Cc:	Kyle McMartin <kyle@...isc-linux.org>,
	Linux Kernel Development <linux-kernel@...r.kernel.org>
Subject: Re: resource_size_t printk whinging

On Tue, Feb 27, 2007 at 12:02:50PM +0100, Geert Uytterhoeven wrote:
> But we don't run sparse on every build. We do run gcc (a lot).
> 

We probably could, in theory...

> > --- a/lib/vsprintf.c
> > +++ b/lib/vsprintf.c
> > @@ -477,6 +478,8 @@ int vsnprintf(char *buf, size_t size, const char *fmt, va_list args)
> >  			num = (unsigned short) va_arg(args, int);
> >  			if (flags & SIGN)
> >  				num = (signed short) num;
> > +		} else if (qualifier == 'R' || qualifier == 'R') {
>                                          ^                   ^
> One of them must be lowercase `r'.
> 

Duh. I'm a muppet.
-
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ