BLAKE2 / libb2

C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
Creative Commons Zero v1.0 Universal
132 stars 47 forks source link

Fix Coverity scan #44

Open shadchin opened 1 year ago

shadchin commented 1 year ago

From https://github.com/python/cpython/pull/25060 Close https://github.com/BLAKE2/libb2/issues/43

sneves commented 1 year ago

I'm fairly certain this is a false positive, as the source and target buffers never overlap.

shadchin commented 1 year ago

Yes, you're probably right, but it doesn't seem to me that this change hasn't made it worse.