You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configline_is_comment() in config.c seems like it should properly handle "\t\t\n", which would indicate that this is more of an issue of one of the tokenizers somewhere is missing if (configline_is_comment()) continue;
It seems like if you accidentally have lines with only tabs in them, they cause the config parse to puke on unknown entities.
The text was updated successfully, but these errors were encountered: