corvid wrote:
Jeremy wrote:
I got the attached bit of HTML from a broken RSS feed and it causes Dillo to thrash, endlessly calling Nav_open_url(). [...]
To me, it looks like the refresh is responsible.
Yes, you're right. (I don't know how I convinced myself otherwise - I was probably editing one copy of the file and testing another - <facepalm/>.)
Probably reads the 0.1 as 0 and does the same bad thing we usually get when we have 0 and don't have a URL argument sending us somewhere else...
So the bug is that Html_tag_open_meta() does not check that it has found a URL before doing the redirect? Does the attached patch look sensible? (The patch is a little messy, but all it does is wrap the redirect code in a "if (*content) { ... }".) Regards, Jeremy Henty