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
Actions
Bug #853037
closedMissing breaks in reqtext.c
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
Updated by Marko Lindqvist over 3 years ago
- File 0024-Add-missing-breaks-to-reqtext.c.patch 0024-Add-missing-breaks-to-reqtext.c.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 3.0.0
Updated by Marko Lindqvist over 3 years ago
- File 0009-Add-missing-breaks-to-reqtext-handling.patch 0009-Add-missing-breaks-to-reqtext-handling.patch added
- Sprint/Milestone changed from 3.0.0 to 2.6.2
In S2_6 the code in question lives in helpdata.c
Updated by Marko Lindqvist over 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Actions