| commit | 59b30d692a8d3fca876ff62875c200546d15a178 | [log] [tgz] |
|---|---|---|
| author | Christian Göttsche <cgzones@googlemail.com> | Wed Mar 20 19:42:32 2024 +0100 |
| committer | BenBE <BenBE@geshi.org> | Wed Mar 20 20:40:14 2024 +0100 |
| tree | b1fe4373e77ce1a2fa0f5b8be49a5120b9b9bfcb | |
| parent | 299ca6ed2febc6e51fb164578bbab7aa5b8fd34c [diff] |
Check width in Row_printPercentage() The passed width should always be at least 4, otherwise printing will always truncate and lead to an abort(). The passed should not be greater or equal to the available buffer size, otherwise printing will always truncate and lead to an abort(). Add fallback for non debug builds.