[LTP] [PATCH v2] Add test for CVE 2018-18559

Cyril Hrubis chrubis@suse.cz
Wed Apr 8 14:34:58 CEST 2020


Hi!
>  bind04 bind05:	CFLAGS		+= -pthread
> +bind06:		LDFLAGS		+= -pthread -lrt

I've fixed this part.

The -lfoo has to go to LDLIBS and the -pthread should go to CFLAGS.
Having -lfoo in LDFLAGS tends to cause compilation failures in some
cases because the order of these matters.

Pushed, thanks.

-- 
Cyril Hrubis
chrubis@suse.cz


More information about the ltp mailing list