CVS commit: src/lib/libpthread
"YAMAMOTO Takashi" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module Name: src Committed By: yamt Date: Wed May 6 09:03:49 UTC 2026 Modified Files: src/lib/libpthread: pthread_cond.c Log Message: libpthread: replace &pthread__cond_dummy with an artificial invalid pointer a motivation is to make unexpected accesses trap. this would also save a bit of memory and relocation. (at least on x86) To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/lib/libpthread/pthread_cond.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.