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
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