Skip to content

Commit

Permalink
Fix coverity 113065 (CWE-484) (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mayeut authored Sep 8, 2016
1 parent 5fb81d9 commit b21a831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/openjp2/t1_generate_luts.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ static int t1_init_ctxno_zc(int f, int orient) {
t = h;
h = v;
v = t;
/* fall through */
case 0:
case 1:
if (!h) {
Expand Down

0 comments on commit b21a831

Please sign in to comment.