mirror of
https://github.com/opnsense/src.git
synced 2026-03-08 00:01:54 -05:00
signal. Fix it by adding an explicit call to summary() in terminate() (it was previously called implicitly by exit() because summary() was registered with atexit()). summary() is supposed to be signal-safe-- it handles SIGINFO almost exclusively--so this should be safe. Submitted by: bde |
||
|---|---|---|
| .. | ||
| args.c | ||
| conv.c | ||
| conv_tab.c | ||
| dd.1 | ||
| dd.c | ||
| dd.h | ||
| extern.h | ||
| Makefile | ||
| misc.c | ||
| position.c | ||