Actions
Bug #872
closedget_discounted_reward() return value ignored
Start date:
09/18/2024
Due date:
% Done:
0%
Estimated time:
Description
Debugging some clang 19 analyzer report I ended to looking at how get_discounted_reward() return value is ignored. If it returns FALSE, the result it has modified should not be used as it might have illegal values (i.e. 'src' might be NULL, which should never be the case in a result set as 'best')
Files
Updated by Marko Lindqvist 2 months ago
- File 0034-Check-get_discounted_reward-return-value.patch 0034-Check-get_discounted_reward-return-value.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Updated by Marko Lindqvist about 2 months ago
- File 0008-Check-get_discounted_reward-return-value.patch 0008-Check-get_discounted_reward-return-value.patch added
- Drop unrelated change
Updated by Marko Lindqvist about 2 months ago
- Status changed from In Review to Closed
Actions