summary refs log tree commit diff stats
path: root/compiler/semobjconstr.nim
diff options
context:
space:
mode:
authorbptato <60043228+bptato@users.noreply.github.com>2024-04-22 09:44:33 +0200
committerGitHub <noreply@github.com>2024-04-22 09:44:33 +0200
commit30cf570af997a0c705f7b3f194eea7337cb44185 (patch)
tree34e56e5b0a0cf7e844e2a2dd01ad9004dffcc46e /compiler/semobjconstr.nim
parent60af04635f44e655c7928da36fc9394e11367d18 (diff)
downloadNim-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