Revision 065871ad1b5f5d2d293c3da340b7767c57a6c578 authored by Michael Tuexen on 28 June 2017, 21:08:21 UTC, committed by Michael Tuexen on 28 June 2017, 21:08:21 UTC
Use a longer buffer for messages in ERROR chunks.

MFC r320264:
Check the length of a COOKIE chunk before accessing fields in it.

MFC r320300:
Handle sctp_get_next_param() in a consistent way.

Approved by:	re (marius@)
1 parent 935e5ec
Raw File
Makefile
# $FreeBSD$

PACKAGE=runtime
PROG=	ldconfig
SRCS=	elfhints.c ldconfig.c shlib.c support.c
LDDIR?= ${SRCTOP}/libexec/rtld-aout
CFLAGS+=-I${LDDIR} -DFREEBSD_AOUT
MAN=	ldconfig.8

.PATH: ${LDDIR}

.include <bsd.prog.mk>
back to top