ensure a ptr is non-null
authorYann Collet <cyan@fb.com>
Sun, 14 Jan 2018 06:47:46 +0000 (22:47 -0800)
committerYann Collet <cyan@fb.com>
Sun, 14 Jan 2018 06:47:46 +0000 (22:47 -0800)
commit18b4c66d257a583b09e85243d21a23638b618411
tree505a04068f2fca9774d32a73ba1caf0a055f7be1
parent4d61ebc9c8738fc79301d8ef7e27920d4b300913
ensure a ptr is non-null

with an assert()
to help static analyzer understanding this condition.
lib/lz4frame.c