mirror of
git://git.code.sf.net/p/dhcpd-pools/code
synced 2025-12-17 08:16:59 +00:00
Ahmed reported he saw the following error with version 2.15 which is an indication of unusual high number of clients that has been seen. I am not sure where that happen, but I suspect an airport or some other 'lots of mobiles getting leases' might be able to case same situation. dhcpd-pools: getdata.c:136: parse_leases: Assertion `!(touchesmallocsize < num_touches)' failed. The problem was quite easy to fix simply getting rid of assert and putting realloc in place. Reported-by: Ahmed AL Dakhil <a.aldakhil@go.com.sa> Signed-off-by: Sami Kerola <kerolasa@iki.fi> |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| analyze.c | ||
| defaults.h | ||
| dhcpd-pools.c | ||
| dhcpd-pools.h | ||
| getdata.c | ||
| Makefile.am | ||
| other.c | ||
| output.c | ||
| sort.c | ||