HomeFreeBSD

Fix tog(1)'s log view: backspace, ^L, 'B' would cause the program

Description

Fix tog(1)'s log view: backspace, ^L, 'B' would cause the program
to exit immediately with an error.

This bug went unnoticed because OpenBSD's pthread_cond_destroy()
can be called twice in a row on the same condition variable. FreeBSD
is less forgiving.

Details

Provenance
naddyAuthored on
Parents
rP555051: security/nss: update to 3.59
Branches
Unknown
Tags
Unknown