diff options
author | bptato <60043228+bptato@users.noreply.github.com> | 2024-04-22 09:44:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-22 09:44:33 +0200 |
commit | 30cf570af997a0c705f7b3f194eea7337cb44185 (patch) | |
tree | 34e56e5b0a0cf7e844e2a2dd01ad9004dffcc46e /compiler/semobjconstr.nim | |
parent | 60af04635f44e655c7928da36fc9394e11367d18 (diff) | |
download | Nim-30cf570af997a0c705f7b3f194eea7337cb44185.tar.gz |
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.
Diffstat (limited to 'compiler/semobjconstr.nim')
0 files changed, 0 insertions, 0 deletions