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
F146469861: D31703.id94405.diff
Mon, Mar 2, 11:02 PM
F146469550: D31703.id94286.diff
Mon, Mar 2, 10:57 PM
Unknown Object (File)
Mon, Mar 2, 5:19 PM
Unknown Object (File)
Fri, Feb 27, 6:09 AM
Unknown Object (File)
Sun, Feb 8, 1:13 PM
Unknown Object (File)
Sun, Feb 8, 1:34 AM
Unknown Object (File)
Sat, Feb 7, 10:34 AM
Unknown Object (File)
Fri, Feb 6, 5:36 PM
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