Mercurial > p > roundup > code
diff CHANGES.txt @ 8320:b07165add61b
fix(web): issue2551406 - dont crash when handed invalid @template=a|b|c
Only two template cases (ok and error) are handled. Presence of second
'|' caused crash. Discovered/patch provided by Christof Meerwald
(cmeerw).
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 02 Jun 2025 08:52:39 -0400 |
| parents | 9369e0958312 |
| children | a2c376d0f110 |
line wrap: on
line diff
--- a/CHANGES.txt Sun May 11 20:31:16 2025 -0400 +++ b/CHANGES.txt Mon Jun 02 08:52:39 2025 -0400 @@ -92,6 +92,9 @@ - issue2551323: remove functions used for XHTML template support. XHTML was deprecated in Roundup 2.3.0 and an invalid value in 2.4.0. +- issue2551406: 'Templating Error: too many values to unpack' crash + fixed. (reported by and patch Christof Meerwald, commit/test John + Rouillard) Features:
