Pugachev Maxim created AVRO-1086:
------------------------------------
Summary: avro-c: Possible crash bug in deflate codec initialization
Key: AVRO-1086
URL: https://issues.apache.org/jira/browse/AVRO-1086
Project: Avro
Issue Type: Bug
Components: c
Affects Versions: 1.6.3, 1.7.0
Reporter: Pugachev Maxim
Priority: Critical
Attachments: AVRO-1086.patch
There is a possible crash bug in codec_deflate() function. If deflateInit2() or
inflateInit2() will be not Z_OK, then we'll get junk pointer codec->codec_data.
Next call to codec_reset() will fail.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira