mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-30 11:10:23 -04:00
config: ignore key/value pairs following an invalid section name
When we detected an invalid section name, we correctly logged this and warned the user. However, the internal state machine now had an invalid section enum value. This caused a crash when the next key/value pair was to be parsed and we tried to lookup which parser function to call. Closes #159.
This commit is contained in:
parent
4ac5df079a
commit
b1bdc2d4c1
2 changed files with 9 additions and 0 deletions
|
|
@ -50,6 +50,8 @@
|
|||
that it is (much) slower compared to previous foot versions. Use the
|
||||
**scrollback.multiplier** option in `foot.ini` if you find the new
|
||||
speed too slow (https://codeberg.org/dnkl/foot/issues/144).
|
||||
* Crash when `foot.ini` contains an invalid section name
|
||||
(https://codeberg.org/dnkl/foot/issues/159).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue