Skip to content

Draft: bsd/ntp: Handle exit() calls throughout the NTP codebase

Kinsey Moore requested to merge opticron/rtems-net-services:ntpd-exit-fix into main

Summary

bsd/ntp: Handle exit() calls throughout the NTP codebase

Calls to exit() need to be intercepted to prevent unexpected thread exits.

Merge request reports