=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/Bugs,v retrieving revision 1.1.1.1 retrieving revision 1.4 diff -u -p -r1.1.1.1 -r1.4 --- dgamelaunch-openbsd/Bugs 2021/03/09 14:36:00 1.1.1.1 +++ dgamelaunch-openbsd/Bugs 2021/04/02 11:55:46 1.4 @@ -1 +1,3 @@ -None (known)!! +* Enabling shared memory when running OpenBSD causes dgamelaunch to crash when a user attempts to watch some other user play. This seems to be due to the fact that shared semaphores are not supported by sem_init() in OpenBSD. As a workaround, the default build does not allow to compile the program with shared memory when using OpenBSD. + +* pbug44 has spotted a number of memory unsafe functions in the editors included with this distribution.