Skip to content

Conversation

@gtenev
Copy link
Contributor

@gtenev gtenev commented May 8, 2017

Problem:
CID 1021925 (#1 of 1): Missing break in switch (MISSING_BREAK)
unterminated_case: The case for value TS_EVENT_VCONN_WRITE_COMPLETE is not terminated by a 'break' statement.

Solution:
It was intended not to have a break (not a bug), so refactored the code to make coverity happy.

Problem:
  CID 1021925 (#1 of 1): Missing break in switch (MISSING_BREAK)
  unterminated_case: The case for value TS_EVENT_VCONN_WRITE_COMPLETE is not terminated by a 'break' statement.

Solution:
  It was intended not to have a break (not a bug), so refactored the code to make coverity happy.
@gtenev gtenev added the Coverity label May 8, 2017
@gtenev gtenev self-assigned this May 8, 2017
@gtenev gtenev requested a review from bryancall May 8, 2017 17:37
@atsci
Copy link

atsci commented May 8, 2017

@atsci
Copy link

atsci commented May 8, 2017

RAT check successful! https://ci.trafficserver.apache.org/job/RAT-github/394/

@atsci
Copy link

atsci commented May 8, 2017

@bryancall bryancall added this to the 8.0.0 milestone May 8, 2017
@atsci
Copy link

atsci commented May 8, 2017

FreeBSD11 build successful! https://ci.trafficserver.apache.org/job/freebsd-github/2077/

@atsci
Copy link

atsci commented May 8, 2017

Linux build successful! https://ci.trafficserver.apache.org/job/linux-github/1970/

@atsci
Copy link

atsci commented May 8, 2017

Intel CC build successful! https://ci.trafficserver.apache.org/job/icc-github/507/

@gtenev gtenev merged commit 31be131 into apache:master May 8, 2017
@atsci
Copy link

atsci commented May 8, 2017

clang-analyzer build successful! https://ci.trafficserver.apache.org/job/clang-analyzer-github/640/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants