mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -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
3c057fb600
commit
852fc049c8
2 changed files with 9 additions and 0 deletions
|
|
@ -43,6 +43,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