[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(mgp-users 00110) bug in mgp



I had a coredump in mgp on a big file.

After investigation, it occurs that I reached the MAXFILE or MAXLINE limit
somewhere. Having a static table does not annoy me, if the index is
checked before accessing a wrong memory address;-)

Thus I suggest *page and *line in parse.c to be checked for
overflows, if possible, and to have an error message instead.

Maybe I could do it myself... is there a procedure for contributing
patches?

Fabien.