https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209475

--- Comment #25 from Kristof Provost <k...@freebsd.org> ---
(In reply to fehmi noyan isi from comment #24)
I'd change the error message ('invalid states hashtable size(%lu)', and
friends) to say there's not enough memory. It's not so much that the value is
incorrect, just that it's more than we have memory for.

What crash are you seeing? Note that mallocarray() will panic if you trigger an
integer overflow, which could well happen with 2147483648 on a 32-bit machine.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-pf@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "freebsd-pf-unsubscr...@freebsd.org"

Reply via email to