mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 09:52:44 -04:00
When parse_semi fails, free s before returning parse.c parse_numeric_aggregate The memory assigned to bufp is complicated, it can either be from the input parameter buf or allocated locally. Introduce a new variable lbufp to track when it is assigned locally and to free it when appropriate. Submitted by: Thomas Rix <trix@juniper.net> Reviewed by: jhb Approved by: sjg (mentor) Obtained from: Juniper Networks, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D9899 |
||
|---|---|---|
| .. | ||
| tests | ||
| alloc.c | ||
| bpf.c | ||
| clparse.c | ||
| conflex.c | ||
| convert.c | ||
| dhclient-script | ||
| dhclient-script.8 | ||
| dhclient.8 | ||
| dhclient.c | ||
| dhclient.conf | ||
| dhclient.conf.5 | ||
| dhclient.leases.5 | ||
| dhcp-options.5 | ||
| dhcp.h | ||
| dhcpd.h | ||
| dhctoken.h | ||
| dispatch.c | ||
| errwarn.c | ||
| hash.c | ||
| inet.c | ||
| Makefile | ||
| Makefile.depend | ||
| options.c | ||
| packet.c | ||
| parse.c | ||
| privsep.c | ||
| privsep.h | ||
| tables.c | ||
| tree.c | ||
| tree.h | ||