aboutsummaryrefslogtreecommitdiff
path: root/430/index.md
blob: 9cd97bf98494d5633d91e7240a650227af6e2027 (plain)
1
2
3
4
5
6
7
8
Title: Escape CSS % in printf format
Author: rodarima
Created: Mon, 11 Aug 2025 13:44:17 +0000
State: closed

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