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 #854093
closedentry_type() has unsigned return type, but tries to return -1 on error
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Return type of entry_type() is 'enum entry_type', i.e., unsigned enumeration type. Yet it's supposed to return -1 on error.
Files
Updated by Marko Lindqvist about 3 years ago
- File 0026-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch 0026-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch added
- File 0016-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch 0016-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch added
- File 0010-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch 0010-entry_type-Return-new-ENTRY_ILLEGAL-value-on-error.patch added
- Status changed from New to Resolved
- Sprint/Milestone set to 2.6.2
Updated by Marko Lindqvist about 3 years ago
No caller is (or was) checking if error is returned. They are checking for specific legal values only.
Updated by Marko Lindqvist about 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
Actions