This website requires JavaScript.
Explore
Help
Sign In
xenia
/
kakoune
Watch
1
Star
0
Fork
0
You've already forked kakoune
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6942a4c0c9
kakoune
/
test
/
regression
/
4927-crash-jumping-to-eol
/
cmd
2 lines
6 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Fix invalid access of display line end When a line only contains non-range atoms we can end-up accessing past the end atom. Add a test that shows the issue when run with valgrind, it is unfortunately quite hard to trigger a crash because the invalidly accessed byte usually leads to the correct code path being taken (when != DisplayAtom::Range) so we have only 1 in 255 chance of triggerring a crash. Fixes #4927
2023-06-20 05:09:03 +02:00
<a-l>
Reference in New Issue
Copy Permalink
Mastodon