Skip to content
Snippets Groups Projects
Commit 2cc0a3d9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

imlib.c: Fix buffer overflow in draw_actions (thx Gabe)

parent f3b71673
No related branches found
No related tags found
No related merge requests found
......@@ -1066,7 +1066,7 @@ void feh_draw_actions(winwidget w)
int i = 0;
int num_actions = 0;
int cur_action = 0;
char index[1];
char index[2];
char *line;
/* Count number of defined actions. This method sucks a bit since it needs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment