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
F97652636: D31703.diff
Mon, Sep 30, 2:33 PM
F97566152: D31703.id94286.diff
Mon, Sep 30, 2:43 AM
Unknown Object (File)
Sat, Sep 28, 5:11 AM
Unknown Object (File)
Sat, Sep 28, 1:46 AM
Unknown Object (File)
Wed, Sep 25, 4:18 AM
Unknown Object (File)
Sun, Sep 22, 12:18 AM
Unknown Object (File)
Thu, Sep 19, 7:12 PM
Unknown Object (File)
Sat, Sep 14, 3:40 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
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41238
Build 38127: arc lint + arc unit