mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-29 07:58:01 -04:00
grid: reload pointers into the uri range vector after inserting
Inserting elements into the URI range vector typically triggers a vector resize. This is done using realloc(). Sometimes this causes the vector to move, thus invalidating all existing pointers into the vector.
This commit is contained in:
parent
4e34fb8fb7
commit
9649842eca
2 changed files with 41 additions and 2 deletions
|
|
@ -52,6 +52,7 @@
|
|||
|
||||
* Crash when bitmap fonts are scaled down to very small font sizes
|
||||
(https://codeberg.org/dnkl/foot/issues/830).
|
||||
* Crash when overwriting/erasing an OSC-8 URL.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue