Richard Guenther wrote:
> On Thu, Apr 19, 2012 at 10:35 PM, Jim Meyering wrote:
>> Richard Guenther wrote:
>>> Sure, my point was that the
>>>
>>> if (strlen (m->name) >= sizeof buf)
>>> {
>>> error ("%s:%d:mode name \"%s\" is too long",
>>> m->file, m->lin
On Thu, Apr 19, 2012 at 10:35 PM, Jim Meyering wrote:
> Richard Guenther wrote:
>> Sure, my point was that the
>>
>> if (strlen (m->name) >= sizeof buf)
>> {
>> error ("%s:%d:mode name \"%s\" is too long",
>> m->file, m->line, m->name);
>> continu