22.24.0 - 2025-08-12
✨ Added
- Build jsonpull-test with -fsanitize=address by @mattmundell in f8b8ce1
🐛 Bug Fixes
- Close leaks in jsonpull by @mattmundell in 0ad311c
- Also free popped queue elements in jsonpull error cases by @mattmundell in 88e827c
- Close leak of error message in gvm_json_pull_parser_next by @mattmundell in bc0b04f
- Always free split in is_hostname by @mattmundell in 79e48f0
- Prevent gm_hosts_move_current_host_to_end from overwriting previous host by @mattmundell in 9b21bbf
- Fix indent by @mattmundell in 7ced922
- Debian stable dependencies by @nichtsfrei in #945
🔥 Removed
- Remove unnecessary memory allocation in test by @bjoernricks in #943
✅ Testing
- Test every single address in gvm_hosts_move_host_to_end by @mattmundell in 1b55d64
️ 🔧 Miscellaneous
- Don't run codecov upload and container image builds on forks by @bjoernricks in #940