mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
The strdup() call does not take advantage of the known length of the source string. Replace by malloc() and memcpy() utilizimng the pre- calculated string length. Submitted by: cperciva Reported by: rgrimes MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| figpar.3 | ||
| figpar.c | ||
| figpar.h | ||
| Makefile | ||
| Makefile.depend | ||
| string_m.c | ||
| string_m.h | ||