Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Thu, 09 Apr 2015 18:50:33 +0200
From: Frank Dittrich <frank.dittrich@...lbox.org>
To: john-dev@...ts.openwall.com
Subject: Re: Coding Style

On 04/09/2015 05:52 PM, magnum wrote:
> On 2015-04-09 13:51, Alexander Cherepanov wrote:
>> On 2015-04-08 11:58, Kai Zhao wrote:
>>> fprintf(stderr, "Hardware resources "
>>>            "exhausted\n");
>>
>> Can this be fixed automatically by existing tools?
> 
> I'm pretty sure I can do that with a trivial one-liner.

If the first substring ends with a format placeholder or a newline or if
the second one starts with a format placeholder, splitting the string is
most likely OK.
So either put some more effort into your one-liner, or manually fix the
result where needed.

Frank

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.