mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
fix buffer overflow in d_deh.c
This commit is contained in:
parent
550ceb4b3f
commit
2361f851de
@ -1918,7 +1918,7 @@ static void deh_procThing(DEHFILE *fpin, char *line)
|
||||
{
|
||||
size_t iy;
|
||||
|
||||
for (iy = 0; iy < arrlen(deh_mobjflags); iy++)
|
||||
for (iy = 0; iy < arrlen(deh_mobjflags_mbf21); iy++)
|
||||
{
|
||||
if (strcasecmp(strval,
|
||||
deh_mobjflags_mbf21[iy].name))
|
||||
|
Loading…
x
Reference in New Issue
Block a user