mirror of
1
Fork 0
forgejo/modules/markup
Gusted bb9dcec39c
[v8.0/forgejo] Don't panic on empty blockquote
- Backport #4602
- On a empty blockquote the callout feature would panic, as it expects
to always have at least one child.
- This panic cannot result in a DoS, because any panic that happens
while rendering any markdown input will be recovered gracefully.
- Adds a simple condition to avoid this panic.

(cherry picked from commit efd63ec1d8)
2024-07-22 14:17:50 +02:00
..
asciicast
common
console
csv
external
markdown [v8.0/forgejo] Don't panic on empty blockquote 2024-07-22 14:17:50 +02:00
mdstripper
orgmode
tests/repo/repo1_filepreview
camo.go
camo_test.go
file_preview.go
html.go
html_internal_test.go
html_test.go
renderer.go
renderer_test.go
sanitizer.go
sanitizer_test.go