mirror of
https://github.com/facebook/zstd.git
synced 2025-10-16 00:04:24 -04:00
* `ZSTD_decompressStream_generic()` `ip` may be `NULL` for one of the calls to `memcpy()` * Assert the source is not `NULL` for calls to `memcpy()` where I believe the source should not be `NULL`.