AmigaLabs / clib4

Clib4 for AmigaOS4
Other
14 stars 7 forks source link

Potential null pointer dereference #119

Closed sodero closed 1 year ago

sodero commented 1 year ago

A null pointer dereference will occur in wof_remove_from_block_list if block is null. Avoid this by an early exit.