mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
Protection around allocating malformed border buffers
This commit is contained in:
parent
d80dd2470b
commit
6148934dd7
2 changed files with 16 additions and 1 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue