Package: claws-mail Version: 3.8.1-1 There is an array initialization outside the array bounds: in src/gtk/icon_legend.c the following can be found:
#define ICONS 20
StockPixmap legend_icons[ICONS] = { ... 21 elements ... };
This may cause undefined behaviour and at the least other uses of legend_icons
will miss one entry.
Best,
Michael
pgpZUDPd8ecFz.pgp
Description: PGP signature

