What's Changed
- Codec input sanitization by @kdkd in #427
- EngineLauncher: Guard against missing args, and strip the windows service stop flag to correctly pass the port/token data on a shutdown request by @kdkd in #423
- InetAddressEditor ipv6 input validation fix by @kdkd in #422
- UrlQueryStringMap's hardening to handle ?params without a following = by @kdkd in #421
- Fix LocalNetworkUtil.getCurrentEnvironmentLoopbackIp's fallback if NetworkInterface.getNetworkInterfaces() doesn't work due to sandboxing or permission issues by @kdkd in #420
- Prevent stale session reaper crash if maxLifetime was not set by @kdkd in #418
- RTMPSLoader servlet name typo fix by @kdkd in #419
- MP3Reader: Handle corrupt MP3 files better. by @kdkd in #425
- M4AReader: Parser improvements by @kdkd in #426
- MetaDataTest minor fix: The created test stream was set for 300px wide, but then tested to see if it was 400. by @kdkd in #424
Full Changelog: v2.0.24...v2.0.25