Two issues in the FEAT_IMAGE popup code from 9.2.0612: a use-after-free/double-free in popup_getoptions() when dict_add() fails, and a 32-bit overflow in the image size validation (iw * ih * 4) that wraps on MS-Windows and can cause an out-of-bounds read. Clear the freed blob pointer, and compute the size in 64-bit.
https://github.com/vim/vim/pull/20462
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications, keep track of coding agent tasks and review pull requests on the go with GitHub Mobile for iOS and Android. Download it today!
You are receiving this because you are subscribed to this thread.![]()