libheif icon indicating copy to clipboard operation
libheif copied to clipboard

Added extra check to prevent recursion that could result in a stack overflow.

Open dlemstra opened this issue 3 years ago • 0 comments

This PR adds an extra check to prevent a possible stack overflow when the first value of image_references is the same as the id argument. I did not add an extra error message but if this is required then please let me know what the error message should be.

dlemstra avatar May 31 '22 20:05 dlemstra