=================================================================== RCS file: /cvs2/dgamelaunch-openbsd/Bugs,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- dgamelaunch-openbsd/Bugs 2021/03/16 10:10:55 1.3 +++ 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. This seems to be due to the fact that shared semaphores are not supported by sem_init() in OpenBSD. +* 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.