mem_alloc / mem_realloc take ints which overflow on large simulations. Fix: Add attached patch Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->db Over to maintainer (via the GNATS Auto Assign Tool)
db 2012-06-05 19:23:38 UTC FreeBSD ports repository Modified files: comms/nec2c Makefile Added files: comms/nec2c/files patch-misc.c patch-nec2c.h Log: - Fix comms/nec2c for large allocations PR: ports/168448 Submitted by: doconnor@gsoft.com.au Revision Changes Path 1.8 +1 -0 ports/comms/nec2c/Makefile 1.1 +20 -0 ports/comms/nec2c/files/patch-misc.c (new) 1.1 +13 -0 ports/comms/nec2c/files/patch-nec2c.h (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, with minor changes. Thanks!