[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] Wget css links parse bug
From: |
Ángel González |
Subject: |
Re: [Bug-wget] Wget css links parse bug |
Date: |
Thu, 07 Oct 2010 17:35:38 +0200 |
User-agent: |
Thunderbird |
x86 wrote:
> Hello, while using wget i found this little bug in css-url.c file.
> If wget running in crawler mode and try to parse this page:
>
> 1 <html>
> 2 <body>
> 3 <div style="background: url( )">
>
> If there is a one space between () wget seg faults while doing
> strncpy(,,-1). And if there is two or more spaces - wget fail with
> "memory exhaust".
I think this was already fixed (see "wget 1.12 memory exhausted" thread
from August).