Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. "Read more...":https://support.plan.io/news/187

Bug #853037

closed

Missing breaks in reqtext.c

Added by Marko Lindqvist over 3 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Category:
General
Sprint/Milestone:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

There are some breaks missing from reqtext.c where there's another switch inside one of the cases of the outer switch. So confusingly there's a break for the last case of the inner switch but break for the outer case still missing.

I think mostly those affect handling of illegal requirement ranges. Legal ranges 'return' while illegal ones 'break' from the inner switch.


Files

Actions #1

Updated by Marko Lindqvist over 3 years ago

Actions #2

Updated by Marko Lindqvist over 3 years ago

In S2_6 the code in question lives in helpdata.c

Actions #3

Updated by Marko Lindqvist over 3 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Marko Lindqvist

Also available in: Atom PDF