Frida 17.9.1 Released ∞
release
Quick bug-fix release with the following improvement:
- package-manager: Fix semver pre-release overflow, where numeric pre-release
identifiers like
"202508252028"would fail validation becauseparse_uint()rejects values beyondUINT32_MAX. The same overflow also affected version comparison, which useduint. Validation now follows the semver rule that numeric identifiers must not have leading zeros, and comparison now uses length-prefixed string comparison so arbitrarily large numeric identifiers are handled correctly.
oleavr