Check C API structure sizes before copying values to C++ classes (fixes issue #3238)

This commit is contained in:
Sergey Markelov
2021-12-14 14:37:54 -07:00
committed by Marshall Greenblatt
parent db9298fd3e
commit 5c0895e27f
5 changed files with 49 additions and 1 deletions

View File

@@ -112,6 +112,7 @@
'libcef_dll/resource.h',
'libcef_dll/shutdown_checker.cc',
'libcef_dll/shutdown_checker.h',
'libcef_dll/template_util.h',
'libcef_dll/transfer_util.cc',
'libcef_dll/transfer_util.h',
'libcef_dll/wrapper_types.h',
@@ -138,6 +139,7 @@
'libcef_dll/ctocpp/ctocpp_scoped.h',
'libcef_dll/shutdown_checker.cc',
'libcef_dll/shutdown_checker.h',
'libcef_dll/template_util.h',
'libcef_dll/transfer_util.cc',
'libcef_dll/transfer_util.h',
'libcef_dll/wrapper_types.h',