char offset_c[9]; offset_c[9] = '\0';
@jfrigeri
Les tableaux sont numérotés de 0, offset_c[9] = '\0'
écrit sur la dixième position
src/diskm/diskm.c:260:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
260 | char offset_c[9]; offset_c[9] = '\0';
| ~~~~~~~~~~~~^~~~~~
--
src/diskm/diskm_detect_revcomp.c:60:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
60 | char offset_c[9]; offset_c[9] = '\0';
| ~~~~~~~~~~~~^~~~~~
--
src/mpidiskm/mpidiskm.c:139:33: warning: writing 1 byte into a region of size 0 [-Wstringop-overflow=]
139 | char offset_c[9]; offset_c[9] = '\0';
| ~~~~~~~~~~~~^~~~~~