=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/Bugs,v retrieving revision 1.2 retrieving revision 1.4 diff -u -p -r1.2 -r1.4 --- dgamelaunch-openbsd/Bugs 2021/03/15 14:45:25 1.2 +++ dgamelaunch-openbsd/Bugs 2021/04/02 11:55:46 1.4 @@ -1 +1,3 @@ -* Enabling shared memory when running OpenBSD causes dgamelaunch to crash when a user attempts to watch some other user play. +* 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.