Those who manually configure Racket CS to use Zlib compression for compiled code should be aware of CVE-2018-25032, which could potentially open the door to a host of attacks.
Here's an edit to consider:
"Those who manually configure Racket CS to use Zlib compression for compiled code should be aware of CVE-2018-25032; the next release and the current snapshot builds use a newer version of zlib."
At first glance, it doesn't look like inflateGetHeader is used in Chez Scheme. (It might be possible to get to it via ffi/unsafe functionality, but, if you can run unsafe Racket code, you can already do arbitrarily bad stuff.) However,