diegows / wanproxy

My Wanproxy repo - WAN Accelerator using dictionary and gzip compression.
http://www.wanproxy.org/
Other
12 stars 3 forks source link

Valgrind complains about inflate code #3

Open diegows opened 12 years ago

diegows commented 12 years ago

==1731== Thread 2:
==1731== Conditional jump or move depends on uninitialised value(s)
==1731==    at 0x566F290: inflateReset2 (in /usr/lib/libz.so.1.2.3.4)
==1731==    by 0x566F37F: inflateInit2_ (in /usr/lib/libz.so.1.2.3.4)
==1731==    by 0x4A1976: InflatePipe::InflatePipe() (inflate_pipe.cc:20)
==1731==    by 0x4226C3: WANProxyCodecPipePair::WANProxyCodecPipePair(WANProxyCodec*, WANProxyCodec*) (wanproxy_codec_pipe_pair.cc:33)
==1731==    by 0x4186DD: ProxyListener::client_connected(Socket*) (proxy_listener.cc:36)
==1731==    by 0x41ADE1: SimpleServer<TCPServer>::accept_complete(Event, Socket*) (simple_server.h:66)
==1731==    by 0x41A3C3: ObjectTypedPairCallback<Event, Socket*, SimpleServer<TCPServer> >::operator()(Event, Socket*) (typed_pair_callback.h:66)
==1731==    by 0x418639: TypedPairCallback<Event, Socket*>::execute() (typed_pair_callback.h:34)
==1731==    by 0x456E10: EventThread::main() (callback_queue.h:89)
==1731==    by 0x44559C: (anonymous namespace)::thread_posix_start(void*) (thread_posix.cc:173)
==1731==    by 0x4E2F8C9: start_thread (pthread_create.c:300)
==1731==    by 0x60F792C: clone (clone.S:112)
==1731==