Skip to content

Commit

Permalink
Add a memory bug
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin D. Howard <[email protected]>
  • Loading branch information
gavinhoward committed Jun 15, 2024
1 parent 321d819 commit 7664686
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions MEMORY_BUGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ existed in.

The first version without this bug is `6.0.2`.

* In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a
possible out-of-bounds read when there is an error flushing `stdout` on exit
because such an error would cause `bc` and `dc` to attempt to use a `jmp_buf`
when none exists.

The first version without this bug is `6.7.6`.

* In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is an
out-of-bounds access if a non-local (non-`auto`) variable is set to a string
with `asciify()`, then the function is redefined with a use of the same
Expand Down

0 comments on commit 7664686

Please sign in to comment.