Actions
Bug #335
closedannounce_trade_route_removal() call with a NULL city
Start date:
03/22/2024
Due date:
% Done:
0%
Estimated time:
Description
remove_trade_route() calls announce_trade_route_removal() even if the partner city is NULL. announce_trade_route_removal() expects both ends to be non-NULL.
I don't think that partner city can ever be NULL in remove_trade_route(), but it's already checking against it, so should be consistent.
Files
Updated by Marko Lindqvist 8 months ago
- File 0018-Avoid-announce_trade_route_removal-call-with-a-NULL-.patch 0018-Avoid-announce_trade_route_removal-call-with-a-NULL-.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
Actions