occt: master 3358ed64

Author Committer Branch Timestamp Parent
abv abv master 2019-09-30 11:12:35 master 2724a0b3
Affected Issues  0031008: Application Framework - memcpy-param-overlap reported by Clang address sanitizer in LDOM_XmlReader::ReadRecord()
Changeset 0031008: Application Framework - memcpy-param-overlap reported by Clang address sanitizer in LDOM_XmlReader::ReadRecord()

Use memmove instead of memcpy because of copy of the possible overlapped source and destination parts of the buffer.
mod - src/LDOM/LDOM_XmlReader.cxx Diff File