Prevent null pointer dereference in HTMLlineproc2body
Bug-Debian: https://github.com/tats/w3m/issues/32
This commit is contained in:
@@ -6056,7 +6056,7 @@ HTMLlineproc2body(Buffer *buf, Str (*feed) (), int llimit)
|
||||
n_select = -1;
|
||||
break;
|
||||
case HTML_N_SELECT_INT:
|
||||
if (n_select >= 0) {
|
||||
if (a_select && n_select >= 0) {
|
||||
FormItemList *item =
|
||||
(FormItemList *)a_select[n_select]->url;
|
||||
item->select_option = select_option[n_select].first;
|
||||
|
||||
Reference in New Issue
Block a user