Marc-André Lureau, le jeu. 06 mai 2021 01:27:25 +0400, a ecrit: > @@ -408,7 +408,7 @@ static int baum_eat_packet(BaumChardev *baum, const > uint8_t *buf, int len) > } > timer_del(baum->cellCount_timer); > > - memset(zero, 0, sizeof(zero)); > + memset(zero, 0, baum->x * baum->y); > > > eh, I would have left the sizeof(zero)..
I was wondering too, but below this it's clear that only baum->x * baum->y is getting used. Samuel