[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130916163919.17829.qmail@science.horizon.com>
Date: 16 Sep 2013 12:39:19 -0400
From: "George Spelvin" <linux@...izon.com>
To: joe@...ches.com, linux@...izon.com
Cc: akpm@...ux-foundation.org, dan.carpenter@...cle.com,
JBeulich@...e.com, keescook@...omium.org,
kosaki.motohiro@...il.com, linux-kernel@...r.kernel.org,
penguin-kernel@...ove.sakura.ne.jp, viro@...iv.linux.org.uk
Subject: Re: [PATCH 1/2] remove all uses of printf's %n
> %*p<new_type><pad_char> (space assumed if not existing)
Yes, that's the fallback, but it requires an ugly dummy pointer argument.
And some extra kludgery in the code because pointer() doesn't have access
to the start-of-buffer address.
I'd prefer something that could be detected with the information available
in the switch(spec.type) in vsnprintf() itself.
It is, however, available as a last resort.
--
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