mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-07-29 16:17:50 +02:00
tag: fix crash on empty tag specifier, “{}”
For strings with empty tag specifiers, “{}”, we ended up calling tag_for_name() with a NULL pointer for name. This caused us to crash. Closes #48
This commit is contained in:
parent
cb45e53cb4
commit
5c4ae642f2
2 changed files with 5 additions and 2 deletions
|
@ -28,6 +28,8 @@
|
|||
(https://codeberg.org/dnkl/yambar/issues/32).
|
||||
* Crash in the `ramp` particle when the tag’s value was out-of-bounds
|
||||
(https://codeberg.org/dnkl/yambar/issues/45).
|
||||
* Crash when a string particle contained `{}`
|
||||
(https://codeberg.org/dnkl/yambar/issues/48).
|
||||
|
||||
|
||||
### Security
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue