]> granicus.if.org Git - transmission/commit
Attempt to explain something to Coverity
authorMike Gelfand <mikedld@mikedld.com>
Wed, 13 Mar 2019 02:32:35 +0000 (05:32 +0300)
committerMike Gelfand <mikedld@mikedld.com>
Wed, 13 Mar 2019 02:32:35 +0000 (05:32 +0300)
commit698bb2c4188a946f6493c8ada358bb36c7f5adb1
treeefac2e228e0849ab29f0fda48c7acb3cd8ee9388
parent10b0a280b1434c4f472dc7caf60fe40b901a5155
Attempt to explain something to Coverity

I'm seeing 7 potentially false reported issues re. use of uninitialized buffer
data here. It seems that `read` function should be properly supported by
Coverity, but maybe it can't figure out the postconditions of it properly...
Walking in the dark here.
libtransmission/file.c