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
Unknown Object (File)
Jan 11 2024, 2:12 PM
Unknown Object (File)
Dec 23 2023, 6:15 PM
Unknown Object (File)
Dec 22 2023, 11:31 PM
Unknown Object (File)
Dec 13 2023, 6:18 AM
Unknown Object (File)
Oct 31 2023, 5:25 PM
Unknown Object (File)
Aug 30 2023, 12:18 PM
Unknown Object (File)
Jul 24 2023, 4:28 PM
Unknown Object (File)
Jul 23 2023, 11:58 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