pdfalto icon indicating copy to clipboard operation
pdfalto copied to clipboard

Fix #144

Open SchrodingersMind opened this issue 2 years ago • 0 comments

malloc() call doesn't zero-ed allocated memory, resulting in appending thePath to some garbage in strncat(). It's better to use strncpy()

SchrodingersMind avatar Aug 24 '22 13:08 SchrodingersMind