]> OCCT Git - occt.git/commit
0031010: Foundation Classes - heap-buffer-overflow reported by Clang address sanitize...
authorabv <abv@opencascade.com>
Mon, 30 Sep 2019 18:37:55 +0000 (21:37 +0300)
committerabv <abv@opencascade.com>
Sat, 19 Oct 2019 09:31:36 +0000 (12:31 +0300)
commit683b72c3c1b38b388322da59aaa28d1306014f95
treece9201e22233dfe8b8242363183b53c19de7f4a8
parent3358ed643b69c0a476eac70745debdce1861c72b
0031010: Foundation Classes - heap-buffer-overflow reported by Clang address sanitizer in OSD_Path::IsUncExtendedPath()

Use of memcmp is replaced by strncmp to avoid possible read access out of string buffer size
src/OSD/OSD_Path.hxx