mirror of
https://git.tukaani.org/xz.git
synced 2025-02-09 18:25:46 +00:00
Previously lzma_lzma_props_encode() and lzma_lzma2_props_encode() assumed that the options pointers must be non-NULL because the with these filters the API says it must never be NULL. It is good to do these checks anyway.