mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
In some cases replace if (a == null) a = malloc(x); else a = realloc(a, x); with simple reallocf(a, x). Per ANSI-C, this is guaranteed to be the same thing. I've been running these on my system here w/o ill effects for some time. However, the CTM-express is at part 6 of 34 for the CAM changes, so I've not been able to do a build world with the CAM in the tree with these changes. Shouldn't impact anything, but... |
||
|---|---|---|
| .. | ||
| asctime.c | ||
| ctime.3 | ||
| difftime.c | ||
| localtime.c | ||
| Makefile.inc | ||
| private.h | ||
| strftime.3 | ||
| strftime.c | ||
| strptime.3 | ||
| strptime.c | ||
| time2posix.3 | ||
| timelocal.c | ||
| timelocal.h | ||
| tzfile.5 | ||
| tzfile.h | ||