]> granicus.if.org Git - python/commit
Issue #26798: Coverity complains about potential memcpy() of overlapped regions....
authorChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 11:40:25 +0000 (13:40 +0200)
committerChristian Heimes <christian@python.org>
Thu, 8 Sep 2016 11:40:25 +0000 (13:40 +0200)
commit5940c535b06805960d008bcafec7260dae74d9b9
tree3aaf6be1691c520b69d68c50d9dd26a14d184182
parentcf45ee10fba914bd28a379f0c64e4113d2dc46df
Issue #26798: Coverity complains about potential memcpy() of overlapped regions. It doesn't hurt to use memmove() here. CID 1372514 / CID 1372515. Upstream https://github.com/BLAKE2/BLAKE2/issues/32
Modules/_blake2/impl/blake2b-ref.c
Modules/_blake2/impl/blake2b.c
Modules/_blake2/impl/blake2s-ref.c
Modules/_blake2/impl/blake2s.c