[blittest] initialize test array to kill asan warning

This commit is contained in:
nick black 2025-01-21 23:46:29 -05:00
parent 58f08c62ee
commit 0f6b2d8508
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -108,6 +108,7 @@ TEST_CASE("Blit") {
if(notcurses_canutf8(nc_)){
if(notcurses_canquadrant(nc_)){
uint32_t p2x2[4];
memset(p2x2, 0xff, sizeof(p2x2));
uint32_t* ptl = &p2x2[0];
ncpixel_set_a(ptl, 0xff);
ncpixel_set_r(ptl, 0);