1
0
mirror of https://git.tukaani.org/xz.git synced 2025-10-05 16:58:17 +00:00
Lasse Collin ac2a747e93 liblzma: Check for unexpected NULL pointers in block_header_decode().
The API docs gave an impression that such checks are done
but they actually weren't done. In practice it made little
difference since the calling code has a bug if these are NULL.

Thanks to Jia Tan for the original patch that checked for
block->filters == NULL.
2022-12-08 17:30:09 +02:00
..
2019-06-03 20:41:54 +03:00
2019-05-11 20:52:37 +03:00
2019-06-03 20:41:54 +03:00
2019-06-03 20:41:54 +03:00
2019-05-11 20:52:37 +03:00
2009-12-31 22:45:53 +02:00
2019-05-11 20:52:37 +03:00
2009-09-15 21:07:23 +03:00