Fix stack overflow with too many items return list in 'dialog' program.
(Noticed in ghostscript-gpl core dump) Approved by: re@ (bmah)
This commit is contained in:
parent
d72c72537e
commit
680e3e034b
@ -74,7 +74,7 @@ typedef struct _dmenu_item {
|
||||
} dialogMenuItem;
|
||||
|
||||
#define VERSION "0.4"
|
||||
#define MAX_LEN 2048
|
||||
#define MAX_LEN 4096
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE (1)
|
||||
|
Loading…
Reference in New Issue
Block a user