microsoft / opencv

Open Source Computer Vision Library
opencv.org
Apache License 2.0
144 stars 92 forks source link

Undefined behavior in test #48

Open EvgenyAgafonchikov opened 9 years ago

EvgenyAgafonchikov commented 9 years ago

In case we entered this conditional block basing on !f condition, we get undefined behavior there as f is uninitialized

EvgenyAgafonchikov commented 9 years ago

Proposal: add additional check if f exists