Add two missing NULL checks of malloc'd values on Android
authorPo Lu <luangruo@yahoo.com>
Sat, 15 Feb 2025 08:58:18 +0000 (16:58 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 15 Feb 2025 08:58:18 +0000 (16:58 +0800)
commit58e4bfe3408f5f4562bf02ac200b680329f487c2
treee32e49944c32b1a469ac2b3db47336e62eb3a724
parent81ca9c75f1170f2b4cc85c69e859f68da4c508e4
Add two missing NULL checks of malloc'd values on Android

* src/android.c (sendDndUri, sendDndText): Verify that allocated
string memory is non-nil before writing to it.
src/android.c