error allocating memory with realloc(). how can i increase max_allowed in the system?

Wojciech Puchar wojtek at wojtek.tensor.gdynia.pl
Tue Aug 12 19:54:04 UTC 2008


>               realloc(missatge, midataula * sizeof(char));

should be

missatge=realloc(missatge, midataula * sizeof(char));



More information about the freebsd-questions mailing list