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
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
|
DetailsUsing 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.
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.