c-rack / squid-ecap-gzip

SQUID eCAP GZIP Adapter
GNU General Public License v2.0
20 stars 8 forks source link

Crash is gzipContext->originalSize is 0 #14

Open UnveilTech opened 9 years ago

UnveilTech commented 9 years ago

Hi, I noticed the the ecap-gzip (1.0.0) crashes the Squid (3.5.x) if the gzipContext->originalSize is 0 size. Could you check the bug and try to fix it ? thanks in advance :o)

bye Fred

c-rack commented 9 years ago

Thanks for the report, Fred.

Please note that this project is driven by the community, so your options are:

  1. send a pull request by yourself,
  2. wait until someone cares enough to dig into the code and send a pull request, or
  3. pay someone to fix the issue.
c-rack commented 9 years ago

Additionally, your bug report might not be sufficient for anybody else to reproduce. The following information would be helpful:

  1. How can the problem reproduced? (i.e. a minimal step-by-step guide including details about your system environment)
  2. What is the output of the crash dump / stacktrace? Is there a line number? etc