racket/release_notes
dyb dacb66ac72 fixed a bug in flonum-extractor, which on 64-bit machines was using an
8-byte read instead of a 4-byte read to pick up the 4 highest-order
bytes of a little-endian flonum, potentially reading past the end of
mapped memory for flonums produced by taking the imaginary part of an
inexact complexnum (which, unlike other flonums, are not aligned on
16-byte boundaries).  The 8-byte load would also have failed to produce
correct results on 64-bit big-endian machines (of which we presently
have none) because the offsets passed to flonum-extractor assume the
bits are in the lowest-order 4 bytes of the extracted field.
  cp0.ss,
  misc.ms,
  release_notes.stex

original commit: 97bd75bcedbcf32b77c59615a638ea1528ebe26b
2017-06-09 21:21:08 -04:00
..
gifs initial upload of open-source release 2016-04-26 10:04:54 -04:00
math initial upload of open-source release 2016-04-26 10:04:54 -04:00
macros.stex initial upload of open-source release 2016-04-26 10:04:54 -04:00
Makefile - compile-whole-program and compile-whole-library now copy the hash-bang 2016-05-04 20:35:38 -04:00
release_notes.stex fixed a bug in flonum-extractor, which on 64-bit machines was using an 2017-06-09 21:21:08 -04:00
releasenotes.cls initial upload of open-source release 2016-04-26 10:04:54 -04:00
releasenotes.css initial upload of open-source release 2016-04-26 10:04:54 -04:00
releasenotes.hcls initial upload of open-source release 2016-04-26 10:04:54 -04:00
scheme.sty initial upload of open-source release 2016-04-26 10:04:54 -04:00