-
Type:
Incident report
-
Resolution: Fixed
-
Priority:
Trivial
-
Affects Version/s: 2.5.0
-
Component/s: Agent (G), Proxy (P), Server (S)
If a line in configuration file is longer than 2047 bytes (MAX_STRING_LEN -1), the function __parse_cfg_file() reads only the first 2047 bytes, the remaining part is read as the next line. Result depends on the contents of the remaining part - it could be counted as unknown parameter, produce a "not following "parameter=value" notation" error message or can even pass as a valid configuration parameter.