mdierksen
mdierksen
The same panic still happens with 0.16.4. Maybe I am missing something, but looking at the code in `append_columns_with_borders` function in `text_renderer.rs` the problem seems to be obvious: ``` fn...
``` diff --git a/src/render/text_renderer.rs b/src/render/text_renderer.rs index e8209e2..e3fcd09 100644 --- a/src/render/text_renderer.rs +++ b/src/render/text_renderer.rs @@ -1945,12 +1945,14 @@ impl Renderer for SubRenderer { if let Some(RenderLine::Line(prev_border)) = self.lines.back_mut() { let mut pos...
Great. Thank you for all your hard work.
How is this security issue open for more than seven weeks now without a fix? Complete lack of security culture.