Page MenuHomeFreeBSD

Fix an early return in ctld UCL parser
ClosedPublic

Authored by rstone on Aug 27 2021, 3:58 PM.
Tags
None
Referenced Files
F110428239: D31703.diff
Tue, Feb 18, 8:15 AM
Unknown Object (File)
Sun, Feb 2, 7:32 AM
Unknown Object (File)
Jan 18 2025, 5:22 PM
Unknown Object (File)
Jan 18 2025, 1:55 AM
Unknown Object (File)
Jan 18 2025, 1:46 AM
Unknown Object (File)
Jan 17 2025, 11:21 PM
Unknown Object (File)
Jan 17 2025, 3:37 PM
Unknown Object (File)
Jan 14 2025, 12:01 AM
Subscribers

Details

Summary

If the UCL ctld parser encountered a port that used the CTL
ioctl device, it fell into a special case that had an erroneous
early return. This caused all configuration in the target
following the port attribute to be skipped. Fix this by replacing
the return with a continue so that the rest of the config is
parsed correctly.

Sponsored by: Dell EMC Isilon
MCF after: 2 weeks

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable