Google play alert about libpng security warning with openCV 2.4.11 [closed]
Im using openCV to write c++ and java for my Android application. there is new security alert from Google play "libpng containing a security vulnerability".
libpng contains a security vulnerability using OpenCV
I've read that I can update openCV to 3.x to fix the issue, but there are many changes on openCV 3.0 and I don't want to update my code since there are many compilation errors and I need to upload fast .
I've also tried to build openCV from trunk with the link below: https://github.com/opencv/opencv/pull...
but I'm not sure I can create new libopencv_java.so file?
is there an option to use openCV 2.4.x and avoid this security alert?
you've probably read it already, still: http://answers.opencv.org/question/98...
No it is helpful, but still the fix is not based on 2.4.11 so I have many compilation errors. Thanks
Need the solution too.