git9 icon indicating copy to clipboard operation
git9 copied to clipboard

Add null pointer checks for strdup

Open XZ-X opened this issue 7 months ago • 0 comments

strdup may return null pointer on allocation failures.

I added null pointer checks to calls to strdup that were not checked.

XZ-X avatar Jul 24 '24 02:07 XZ-X