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)
Sat, Jan 18, 5:22 PM
Unknown Object (File)
Sat, Jan 18, 1:55 AM
Unknown Object (File)
Sat, Jan 18, 1:46 AM
Unknown Object (File)
Fri, Jan 17, 11:21 PM
Unknown Object (File)
Fri, Jan 17, 3:37 PM
Unknown Object (File)
Tue, Jan 14, 12:01 AM
Unknown Object (File)
Mon, Jan 13, 11:57 PM
Unknown Object (File)
Dec 9 2024, 1:37 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