[Bug 1966100] [NEW] getaddrinfo not fork-safe

2022-03-23 Thread Josh Reed
Public bug reported: When compiling the following code and executing the program, the child process hangs forever on a mutex that was held by `getaddrinfo` on another thread at the time of the fork. I don't see anything in the manpage for `getaddrinfo` that suggests this shouldn't work. I suspect

[Bug 1104148] [NEW] multiple syntax files use "hi link" instead of "hi def link"

2013-01-24 Thread Josh Reed
Public bug reported: Multiple syntax files contain "highlight" commands without the "default" argument. This means the syntax file overrides color schemes every time it is processed, which is usually whenever a buffer of the matching file type is read. While not a particularly serious bug, it is a