zapping-vbi / zvbi

Vertical Blanking Interval (VBI) utilities
Other
6 stars 4 forks source link

xds_demux.c: iteration invokes undefined behavior #24

Closed ileanadumitrescu95 closed 1 year ago

ileanadumitrescu95 commented 1 year ago
xds_demux.c: In function 'vbi_xds_demux_reset':
xds_demux.c:829:43: warning: iteration 24 invokes undefined behavior [-Waggressive-loop-optimizations]
  829 |                 xd->subpacket[0][i].count = 0;
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~
xds_demux.c:828:23: note: within this loop
  828 |         for (i = 0; i < n; ++i)
      |                     ~~^~~
ileanadumitrescu95 commented 1 year ago

Resolved with commit ee8d0ea