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...
Feature #901938
Validate city worker tasks
0%
Description
A corrupt worker task can cause issues. Refuse to accept bad worker tasks sent over the network. Purge corrupt worker tasks that gets into a city via a bug or a savegame.
Related issues
History
#1
Updated by Sveinung Kvilhaugsvik over 1 year ago
- File 0002-Validate-city-worker-tasks.patch 0002-Validate-city-worker-tasks.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 3.1.0
3.1 only patch for now. I suspect this problem exists in earlier versions of Freeciv too. Will check later.
#2
Updated by Sveinung Kvilhaugsvik over 1 year ago
- Related to Bug #887748: Segfault in Qt client city dialog added
#3
Updated by Sveinung Kvilhaugsvik over 1 year ago
- Sprint/Milestone changed from 3.1.0 to 2.6.3
#4
Updated by Marko Lindqvist over 1 year ago
sanitycheck.c runs only in debug builds. Don't rely on it to do stuff that needs to be done in release builds (such as fixing old savegames that have been corrupted by Bug #887748)
It would be good to get savegame fixing to 2.6.3.
#5
Updated by Sveinung Kvilhaugsvik over 1 year ago
- File 2.6-Validate-city-worker-tasks.patch 2.6-Validate-city-worker-tasks.patch added
- File 3.0-Validate-city-worker-tasks.patch added
- File 3.1-Validate-city-worker-tasks.patch added
Marko Lindqvist wrote:
sanitycheck.c runs only in debug builds.
Thank you for pointing this out.
#7
Updated by Sveinung Kvilhaugsvik over 1 year ago
- File deleted (
3.1-Validate-city-worker-tasks.patch)
#8
Updated by Sveinung Kvilhaugsvik over 1 year ago
- File deleted (
3.0-Validate-city-worker-tasks.patch)
#9
Updated by Sveinung Kvilhaugsvik over 1 year ago
- Status changed from Resolved to Closed