I better leave that problem for someone else to fix.
/ Martin Nilsson (DivX Networks)
Previous text:
2004-08-18 13:53: Subject: out of memory in allocate
This looks like the multiplication overflow problem again. Your element count multiplied by the size of an svalue (8) can not be represented in 32 bits, thus the argument to malloc will be too small due to truncation.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)