commit | a17b629bb30ac9c0e3e7343449dc42085bb2fc59 | [log] [tgz] |
---|---|---|
author | Laslo Hunhold <dev@frign.de> | Mon May 29 10:34:37 2023 +0200 |
committer | Laslo Hunhold <dev@frign.de> | Mon May 29 10:34:37 2023 +0200 |
tree | c034529cead8ed3c8969369625547eda8351a498 | |
parent | ba923230c7b25b0737d151c3f607a75b63676456 [diff] |
Fix bidi-line-level-loop boundaries The first change was caught using dynamic code analysis and prevents access to uninitialized memory (it wouldn't be worse than that, though, given we do not access memory we are not allowed to and the consequences are harmless). The second change was found by eyesight. Signed-off-by: Laslo Hunhold <dev@frign.de>