mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
5 lines
242 B
HTML
5 lines
242 B
HTML
|
<TITLE>Double-free crash in USEMAP</TITLE>
|
||
|
<P><IMG src="/dev/null" usemap="#crasher"></P>
|
||
|
<MAP name="crasher">
|
||
|
<AREA shape="rect" coords="42,42,69,69" href="http://elinks.cz/" alt="see this?">
|
||
|
<!-- no newline at the end of this line --></MAP>
|