]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
[mod_opusfile] coverity CID 1468424 (Missing break in switch) 2051/head
authorDragos Oancea <dragos@signalwire.com>
Mon, 10 Apr 2023 12:29:47 +0000 (15:29 +0300)
committerDragos Oancea <dragos@signalwire.com>
Mon, 17 Apr 2023 11:47:39 +0000 (14:47 +0300)
src/mod/formats/mod_opusfile/mod_opusfile.c

index 1560142263104438f6ac9f450e628df1e2f01b15..a065108f5c5a6ade3e3b3d0b43a9e3559dea45bb 100644 (file)
@@ -654,6 +654,7 @@ static switch_status_t switch_opusstream_stream_decode(opus_stream_context_t *co
                                        }
                                        switch_goto_status(SWITCH_STATUS_SUCCESS, end);
                                }
+                               break;
                        case OP_EREAD:  /*An underlying read operation failed. This may signal a truncation attack from an <https:> source.*/
                        
                        case OP_EFAULT: /*      An internal memory allocation failed. */