- Oct 24, 2021
-
-
Tim Bradshaw authored
Default the element type of the string being created from the element type of the stream being read. This has two advantages: it will make things work for implementations which have a mode where the default string element type is a subtype of character, and it will also mean that if the stream's element type is a subtype of character you may get thinner strings.
-
- Jul 22, 2021
-
-
Philipp Marek authored
(From Doug) For context, I'm trying to eradicate all such problems (using undefined behavior sanitizer <https://sourceforge.net/p/sbcl/sbcl/ci/d931c7eb>) so that, among other things, I can figure out whether the non-zero- initialized DX array patch can ever be released.
-
- Mar 13, 2021
-
-
- Aug 21, 2020
-
-
Philipp Marek authored
A purely cosmetic issue.
-
Philipp Marek authored
-
- Mar 27, 2020
-
-
Philipp Marek authored
-
- Mar 25, 2020
-
-
Samuel Freilich authored
proper-list-length and related functions claim to signal an error if the input is not a proper list, and are careful to safely check that the cdr is a cons (with safe-endp). However, they call cdr on the input without checking that it is a list in the first place, resulting in memory-error when compiled with safety 0 instead of type-error as the tests expect.
-
- Mar 04, 2020
-
-
Philipp Marek authored
-