[PATCH] iproute2/misc: do not mix CFLAGS with LDFLAGS

2017-08-04 Thread Marcus Meissner
during linking, do not use CFLAGS. This avoid clashes when doing PIE builds. --- misc/Makefile | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/misc/Makefile b/misc/Makefile index 72807678..1d86c44d 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -23,17

Re: [oss-security] Linux kernel ping socket / AF_LLC connect() sin_family race

2017-04-04 Thread Marcus Meissner
people relatively > inattentive ("compiles with the new interfaces and still works? must be > correct"), compared to when writing new code. > > Anyhow, I share some responsibility for this mess, for having advocated > this patch being forward-ported and merged back then. I still like > having this functionality and its userspace security benefits... but I > don't like the kernel bugs. > > Alexander > -- Marcus Meissner,SUSE LINUX GmbH; Maxfeldstrasse 5; D-90409 Nuernberg; Zi. 3.1-33,+49-911-740 53-432,,serv=loki,mail=wotan,type=real <meiss...@suse.de>

[PATCH] use correct array index. (array is just 6 bytes long)

2007-08-16 Thread Marcus Meissner
From: Marcus Meissner [EMAIL PROTECTED] Use correct array index (goes from 0-6 instead of 10-16). Signed-Off-By: Marcus Meissner [EMAIL PROTECTED] --- drivers/net/tokenring/3c359.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/tokenring/3c359.c b/drivers