Lines Matching +full:non +full:- +full:inclusive
4 of `bc`, `dc`, or `bcl`. (Non-released commits with memory bugs do not count.)
14 * In versions `1.1.0` until `6.2.0` (inclusive) of `bc` and `dc`, there is a
20 * In versions `3.0.0` until `6.0.1` (inclusive) of `bc` and `dc`, there is a
21 double-free on `SIGINT` when using command-line expressions with `-e` and
22 `-f`. This was caused by not properly ending a jump series.
26 * In versions `3.0.0` until `6.7.5` (inclusive) of `bc` and `dc`, there is a
27 possible out-of-bounds read when there is an error flushing `stdout` on exit
33 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is an
34 out-of-bounds access if a non-local (non-`auto`) variable is set to a string
36 non-local variable.
38 This happened because strings were stored per-function, and the non-local
45 * In versions `5.0.0` until `6.0.4` (inclusive) of `bc`, there is another
46 out-of-bounds access if an array is passed to the `asciify()` built-in
55 have the same root cause: I forgot to call `memset()` on the per-thread global
62 * In version `6.0.0` until `6.2.4` (inclusive) of `bcl`, there is a possible
63 use-after-free if `bcl_init()` fails.