-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
configissues related to the configuration parsingissues related to the configuration parsing
Description
When you have a configuration like this:
$test 24
example = $test
You get the following error:
[NATWM:ERROR] - 'test' is not defined - Line: 3
[NATWM:ERROR] - Failed to save 'test 24
example' - Line 3 Col: 9
[NATWM:ERROR] - Error reading configuration file!
While this does error out and not save - the error messages are horrible and it appears that there are no checks for \n when parsing variable names - it is just running out the buffer.
We need to fail if a variable appears without a EQUAL char and also not run out the buffer when parsing variable names
Metadata
Metadata
Assignees
Labels
configissues related to the configuration parsingissues related to the configuration parsing