Fixed buffer overflow with longer driver names.

This commit is contained in:
Aaron Giles 2009-05-13 02:58:45 +00:00
parent 8125878cfa
commit 0e3bd92f71

View File

@ -59,7 +59,7 @@ typedef struct _summary_file summary_file;
struct _summary_file
{
summary_file * next;
char name[10];
char name[20];
char source[100];
UINT8 status[MAX_COMPARES];
UINT8 matchbitmap[MAX_COMPARES];