summaryrefslogtreecommitdiffstats
path: root/stdlib/compiler.tl
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-07-25 21:57:28 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-07-25 21:57:28 -0700
commit552b75c3572b11e37581c2c5ac359319af6941f5 (patch)
treeeb4097db6adbf45094e753bdbcc42d92f52a0749 /stdlib/compiler.tl
parent0f5fbbe6f79823161ca3d921255dd0f234868e02 (diff)
downloadtxr-552b75c3572b11e37581c2c5ac359319af6941f5.tar.gz
txr-552b75c3572b11e37581c2c5ac359319af6941f5.tar.bz2
txr-552b75c3572b11e37581c2c5ac359319af6941f5.zip
hash: out of bound array access in hash-iter-peek.
* hash.c (hash_iter_peek): The loop here must be a top-of-test while loop, not a bottom-test do loop. In the chained hashing implementation, this was a do loop, but it also had a test with a break for the index.
Diffstat (limited to 'stdlib/compiler.tl')
0 files changed, 0 insertions, 0 deletions