In magick/blob.c line 702, the function UnmapBlob freed the object 'blob_info->data', but it did't set the point null. The code returned this dangling point in line 716, it will cause UAF in this code.
The text was updated successfully, but these errors were encountered:
In magick/blob.c line 702, the function UnmapBlob freed the object 'blob_info->data', but it did't set the point null. The code returned this dangling point in line 716, it will cause UAF in this code.
The text was updated successfully, but these errors were encountered: