5528812aa90100722740c8c0b516c408db78f31e
This code change is to improve error handling. This code change does not fix issue itself. Before this code change, hostcallBuffer_ point is initialized in the end of create() function. If create function fails and returns early, hostcallBuffer_ point is not initialized. This non-initialized point can cause access violation when object is destructed. This code change put the initialization of the pointer in the constructor. Change-Id: I7fb6e764eb0547196dca03db237e49d3ff0fd06a
Leírás
No description provided
Languages
C++
67.5%
C
20.6%
Python
6.6%
CMake
3.4%
Shell
0.6%
Egyéb
1.1%