diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-11 15:33:12 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-08-11 21:28:14 +0200 |
commit | db9688b1808c97fa0961bdd3f7919b17b760b163 (patch) | |
tree | 77a51a5b6559d3fd5783dc944549ea36f8d98bea /ChangeLog | |
parent | b88506f619950640a7ea0dc3a1f615dc71068674 (diff) |
Escape CSS % in printf format
The % symbol causes a printf format for %; which fails in musl, causing
the loop in dStr_vprintfa() to continue expading the buffer.
Fixes: https://github.com/dillo-browser/dillo/issues/429
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ dillo-3.3.0 [Unreleased] - Ctrl+C copies selected text into the clipboard so Ctrl+V works as expected. - Enable IPv6 support by default if supported by the platform. - Focus the N-th tab with the Alt+<number> shortcut. + - Fix vsource dpi infinite loop on musl due to unescaped "%" printf format. Patches: Rodrigo Arias Mallo +- Middle click on back or forward button opens page in new tab. Patches: Alex |