Changelog

Latest Changes

Branch:
develop
Commit:

a47b4d7

  • csp_yaml: Copy UDP host string to fix use-after-free by Sammy Dabbas at 2026-07-10 01:29:21

    The UDP interface aliased the parsed server string, which the loader then freed, leaving a dangling host pointer in the interface driver state. Duplicate it with strdup so the interface owns its own copy, matching the existing interface name handling.