[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080921202915.GA17945@localhost>
Date: Sun, 21 Sep 2008 22:29:15 +0200
From: Mark de Wever <koraq@...all.nl>
To: Sergei Shtylyov <sshtylyov@...mvista.com>
Cc: Gadi Oxman <gadio@...vision.net.il>,
Bartlomiej Zolnierkiewicz <bzolnier@...il.com>,
linux-ide@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] IDE-TAPE NULL terminate strings.
On Mon, Sep 22, 2008 at 12:08:27AM +0400, Sergei Shtylyov wrote:
>>> diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c
>>> index 1bce84b..fd87b43 100644
>>> --- a/drivers/ide/ide-tape.c
>>> +++ b/drivers/ide/ide-tape.c
>>> @@ -2354,6 +2354,10 @@ static void
>>> idetape_get_inquiry_results(ide_drive_t *drive)
>>> ide_fixstring(product_id, 18, 0);
>>> ide_fixstring(fw_rev, 6, 0);
>
> Hm, I see that every string variable declared there has 2 extra
> characters, and yet the author have managed to make a mistake... these
> extra chars don't seem needed.
Those extra characters made me believe the intention was setting the
NULL character, therefore I used that solution in my patch.
Regards,
Mark de Wever
--
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