Uzbl

Tasklist

FS#97 - alert(undefined) causes uzbl to crash after the notice is dismissed

Attached to Project: Uzbl
Opened by Tom Adams (holizz) - 2009-08-29 06:20:33 PM
Last edited by Brendan Taylor (bct) - 2010-11-29 06:51:58 AM
Task Type Bug Report
Category uzbl-core
Status Closed
Assigned To No-one
Operating System All
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Using the following method:
echo 'js alert(undefined)' | socat - unix-connect:/tmp/uzbl_socket_6291488

I can't seem to make it crash using the same command from within uzbl, though. Nor will it crash from javascript:alert(undefined), and opening data:text/html,<script type="text/javascript">alert(undefined)</script> doesn't cause it to die either. And it doesn't die when sent through the FIFO.

So it only crashes when the command "js alert(undefined)" is sent through the socket.
This task depends upon

Closed by  Brendan Taylor (bct)
2010-11-29 06:51:58 AM
Reason for closing:  Works for me
Additional comments about closing:  seems to be fixed. reopen if it's not.
Comment by Brendan Taylor (bct) - 2010-11-28 02:52:12 PM
I can't reproduce this.

Loading...