decster / jnicompressions

Java port(JNI) of Snappy & LZ4 compression codec
Apache License 2.0
33 stars 5 forks source link

Fix V769 warning from PVS-Studio Static Analyzer #4

Open buslov opened 7 years ago

buslov commented 7 years ago

I'm a member of the Pinguem.ru competition on finding errors in open source projects. A bug, found using PVS-Studio.

Warning: The '(char ) outputBuffer' pointer in the '(char ) outputBuffer + 4' expression could be nullptr. In such case, resulting value will be senseless and it should not be used.