mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 09:13:37 +01:00
1f155d48f8
The entire recv*() implementation set is ripe for opportunities to validate, so do what we can with what we have. Reviewed by: markj Sponsored by: Klara, Inc. Sponsored by: Stormshield Differential Revision: https://reviews.freebsd.org/D45686
6 lines
154 B
Makefile
6 lines
154 B
Makefile
INCS= poll.h random.h socket.h ssp.h stdio.h stdlib.h string.h strings.h
|
|
INCS+= uio.h unistd.h wchar.h
|
|
INCSDIR= ${INCLUDEDIR}/ssp
|
|
|
|
.include <bsd.prog.mk>
|