Protection around allocating malformed border buffers

This commit is contained in:
Jack Zeal 2026-03-28 18:49:42 -07:00
parent d80dd2470b
commit 6148934dd7
2 changed files with 16 additions and 1 deletions

View file

@ -54,7 +54,7 @@ ssd_border_create(struct ssd *ssd)
int bevelSize = theme->border_bevel_width; // TODO: configurable
int bevelSize = theme->border_bevel_width;
/* From Pull request 3382 */
float r = color[0];