mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-09 15:08:13 +02:00
e8e2b311820a79d887e1c490640563b895791151
Fixes: - Memory leak: drag_free_remote_item now frees children array - Memory leak: drag_free_offer now frees pending data - Memory leak: toplevel_data_for_drag frees old URI string before replacement - Protocol bug: drag_notify missing OSC prefix in escape code output - Protocol bug: drag_notify missing colon separators between metadata keys - Buffer overflow: add_payload symlink case ensures capacity for null terminator - Integer overflow: expand_rgb_data uses size_t casts for multiplication - Memory leak: realloc anti-pattern fixed in 7 locations (drop_register_window, drop_dispatch_data, drag_add_mimes, drag_add_pre_sent_data, drag_add_image, add_payload default case, queue_payload_to_child) - UB: queue_payload_to_child guards memcpy with NULL source + 0 count Agent-Logs-Url: https://github.com/kovidgoyal/kitty/sessions/3c7e550c-e8e8-413e-a54b-87d61cb8e574 Co-authored-by: kovidgoyal <1308621+kovidgoyal@users.noreply.github.com>
…
…
…
…
…
= kitty - the fast, feature-rich, cross-platform, GPU based terminal If you live in the terminal, *kitty* is made for **you**! See https://sw.kovidgoyal.net/kitty/[the kitty website]. image:https://github.com/kovidgoyal/kitty/workflows/CI/badge.svg["Build status", link="https://github.com/kovidgoyal/kitty/actions?query=workflow%3ACI"] https://sw.kovidgoyal.net/kitty/faq/[Frequently Asked Questions] To ask other questions about kitty usage, use either the https://github.com/kovidgoyal/kitty/discussions/[discussions on GitHub] or the https://www.reddit.com/r/KittyTerminal[Reddit community] Packaging status in various repositories: image:https://repology.org/badge/vertical-allrepos/kitty-terminal.svg?columns=3&header=kitty["Packaging status", link="https://repology.org/project/kitty-terminal/versions"]
Languages
C
44.9%
Python
25.9%
Go
23.2%
Objective-C
3.6%
C++
1.3%
Other
1.1%