bryanpkc / corkscrew

A tool for tunneling SSH through HTTP proxies
GNU General Public License v2.0
1.12k stars 104 forks source link

fix compiler warning about parens #4

Closed cslauritsen closed 5 years ago

cslauritsen commented 5 years ago

OS X Warning

Compiling on osx had this warning:

image

Valgrind Warnings

Valgrind noted a printf of an uninitialized value, descr in fprintf.

image

It also noted a memory leak, but that is a bigger change for another pull (#5).

bryanpkc commented 5 years ago

Thanks.