Actions
Bug #5910
closedCFEngine 3.5 cannot run ncf as the size of of the string containing all generic method is too big
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
I tried to use ncf with a CFEngine 3.5 configured with the path /var/rudder/cfengine-community/inputs, and it fails to run with message
expand.c:287: ProgrammingError: ExpandAndMapIteratorsFromScalar called with invalid strlen
Indeed, the size of the string containing the generic method to load has gotten too big, and cannot fit in mere 4k :(
Actions