Re: Recent full disclosure post - Local DOS
- From: Manolis Kiagias <sonic2000gr@xxxxxxxxx>
- Date: Fri, 28 Jan 2011 21:10:16 +0200
On 01/28/2011 07:38 PM, Tom Judge wrote:
This is an IPPROTO_TCP, TCP_NOPUSH with an optval of 0.Hi John,
Can you try making a far simpler program that just does:
int optval, s;
s = socket(PF_INET, SOCK_STREAM, 0);
if (s< 0)
err(1, "socket");
optval = 0;
if (setsockopt(s, IPPROTO_TCP, TCP_NOPUSH,&optval, sizeof(optval))< 0)
err(1, "setsockopt");
and see if that breaks?
I can't repeat this with the code you sent. I tried this in a while (1)
loop and had 4 instances running without issue.
Tom
FWIW, I can't crash 7.4-RC2 (i386) and 8.2-RC2 (amd64) with either the original or John's code. Tried both as user and root.
_______________________________________________
freebsd-security@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-security
To unsubscribe, send any mail to "freebsd-security-unsubscribe@xxxxxxxxxxx"
- References:
- Recent full disclosure post - Local DOS
- From: Tom Judge
- Re: Recent full disclosure post - Local DOS
- From: Tom Judge
- Re: Recent full disclosure post - Local DOS
- From: John Baldwin
- Re: Recent full disclosure post - Local DOS
- From: Tom Judge
- Recent full disclosure post - Local DOS
- Prev by Date: Re: Recent full disclosure post - Local DOS
- Next by Date: Re: Recent full disclosure post - Local DOS
- Previous by thread: Re: Recent full disclosure post - Local DOS
- Next by thread: Add SHA-256/512 hash algorithm to crypt(3) (kern/124164)
- Index(es):