Opened 6 months ago
Closed 6 months ago
#6747 closed defect (fixed)
libavcodec/vorbis.c:61]: (style) Array index 'p' is used before limits check.
Reported by: | dcb | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | unspecified | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Source code is
for (p = 0; (bits[p] == 0) && (p < num); ++p)
Change History (1)
comment:1 Changed 6 months ago by hiroh
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.