Skip to content
Prev 2147 / 63424 Next

model.matrix crashes (PR#189)

thomas@biostat.washington.edu writes:
I can, on Linux, RH6.0.

The problem is neatly described in src/main/model.c:1690

    /* FIXME : we need to check for buffer overflow here. */

I've upped the BUFSIZE from 128 to 4096, which should push the problem
a bit further back....