Actions
Bug #86
closedapi_methods_city_inspire_partisans() divide by zero when city_size_get() returns zero
Start date:
12/28/2023
Due date:
% Done:
0%
Estimated time:
Description
api_methods_city_inspire_partisans() divides by the value returned by city_size_get(). That leads to clang analyzer warning, as city_size_get() can return zero. It shouldn't be possible return value when called here, though.
Files
Updated by Marko Lindqvist 11 months ago
- File 0007-Fix-clang-analyzer-divide-by-zero-warning.patch 0007-Fix-clang-analyzer-divide-by-zero-warning.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.1.0
Updated by Marko Lindqvist 11 months ago
- Status changed from In Review to Closed
Actions