Files
Nim/tests/stdlib
bptato 30cf570af9 Fix std/base64.decode out of bounds read (#23526)
inputLen may end up as 0 in the loop if the input string only includes
trailing characters. e.g. without the patch, decode(" ") would panic.
2024-04-22 09:44:33 +02:00
..
2023-06-20 13:04:34 +02:00
2024-01-19 13:11:01 +01:00
2023-06-09 16:03:28 +02:00
2023-06-08 08:02:57 +02:00