[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <alpine.DEB.1.00.0802191002500.3219@bender.nucleusys.com>
Date: Tue, 19 Feb 2008 10:11:13 +0200 (EET)
From: Petko Manolov <petkan@...leusys.com>
To: Jeff Garzik <jeff@...zik.org>
cc: netdev@...r.kernel.org
Subject: Re: [patch] pegasus.c
This is another attempt on sending the pegasus patch with Alpine. I know
it's even worse, but i've attached gzip-ed version just in case.
Here goes a brief description of what's changed:
---
This patch is fixing a driver bug triggered when malformed string is
passed to the 'devid' module parameter. The expected format is:
"device_name:vendor_id:device_id:flags"
but it turned out people often type:
"somename::0"
instead of:
"somename:::0"
which typically ends up dereferencing null pointer.
Signed-off-by: Petko Manolov <petkan@...leusys.com>
---
cheers,
Petko
On Mon, 11 Feb 2008, Jeff Garzik wrote:
> Petko Manolov wrote:
>> Hi Jeff,
>>
>> Attached you'll find a patch that is fixing a driver bug triggered when
>> malformed string is passed to the 'devid' module parameter. The expected
>> format is:
>>
>> "device_name:vendor_id:device_id:flags"
>>
>> but it turned out people often type:
>>
>> "somename::0"
>>
>> instead of:
>>
>> "somename:::0"
>
> ACK but two process problems preventing application:
>
> * patch is base64-encoded
>
> * no signed-off-by included
>
>
>
Download attachment "pegasus.c.patch.gz" of type "APPLICATION/OCTET-STREAM" (580 bytes)
View attachment "pegasus.c.patch" of type "TEXT/x-diff" (1373 bytes)
Powered by blists - more mailing lists