intel / gmmlib

Other
159 stars 87 forks source link

FileDescriptor field needs to be initialized before it is used. #101

Closed stolk closed 1 year ago

stolk commented 2 years ago

This fixes issue #100

Valgrind detects undefined behaviour, when a jump is made based on uninitialized data.

johnmach commented 1 year ago

Fixed in https://github.com/intel/gmmlib/commit/26ffef5199abcec625651562eb319e983037297d.