alexpdev / torrentfile

Bittorrent Protocol v1 & v2 metafile creator, checker, editor, builder, reviewer. Assemble .torrent files from the command line.
Apache License 2.0
43 stars 4 forks source link

Expression as piece length? #187

Closed L4cache closed 6 months ago

L4cache commented 6 months ago

I don't know if it's just me or it's easier to think 32*2**20 than 2**25...

L4cache commented 6 months ago

The regex is to match any "shouldn't be in a piece length expression" characters, and raise error if matched. For security reasons.