FFIG / ffig

Generate code to call C++ libraries from other languages
MIT License
29 stars 9 forks source link

N393: Initialise CGo static function pointers to NULL. #394

Closed ajbennieston closed 6 years ago

ajbennieston commented 6 years ago

What does this PR do?

Initialise CGo static function pointers to NULL.

These are used to store the result of dlsym calls during CGo initialisation. We should initialise the pointers to NULL for safety reasons.

Closes

Closes #393