librespot/core
Domenico Cerasuolo ce5e2f2392 Fix SpotifyId base 62 and 16 str decoding
A SpotifyId is expected to be a 128 bits integer and can be parsed from a
base 62 or 16 string. However the parsing functions only checked the validity of
the characters of the string, but not its length. This could result in integer
overflows or the parsing of incorrect strings as Spotify ids.

This commit add some checks to the length of the input string passed to the
parse functions, and also checks for integer overflows in case of base62
encoded strings.
2024-05-23 16:21:51 +02:00
..
src Fix SpotifyId base 62 and 16 str decoding 2024-05-23 16:21:51 +02:00
tests Update MSRV to 1.61 and fix test 2022-07-28 19:32:11 +02:00
build.rs Update vergen 2023-04-13 21:17:47 +02:00
Cargo.toml Update sysinfo to 0.30.5 2024-02-23 23:24:18 +01:00