What's Changed
-
Bug fixes #603
- Prevented crashes (segfaults) that could occur when loading disk state files containing empty or malformed data, by adding additional input validation and null pointer protection
- Fixed a segfault in host resolution by ensuring a valid string is always returned
-
For developers:
- Added workflow to build and publish debug Docker images #605