Package: siege
Version: 4.0.2-1.1+b1
Followup-For: Bug #893685

Dear maintainer,

After Reading your message I took initiative and go directly to github and 
found in Changelog [1] this:
2017/07/11 Matijs van Zuijlen https://github.com/mvz
 * src/ssl.c              mvz:fix-crash 
* src/version.c Version increment: 4.0.3rc5

That turns out to be commit 08078ff490eb4bd3a2ae87c6037d31683f3166b3 [2]  

--- src/ssl.c   2018-10-29 09:30:16.402870332 -0600
+++ ../siege-4.0.2/src/ssl.c    2016-05-20 06:41:06.000000000 -0500
@@ -221,6 +221,7 @@
     OPENSSL_free(lock_count); 
     lock_count=(long *)NULL; 
   }
+  sk_SSL_COMP_free(SSL_COMP_get_compression_methods());
   CRYPTO_cleanup_all_ex_data();
   ERR_remove_state(0);
   ERR_free_strings();

So patch is available, I have tested only on work machine with success, please 
review and if possible push to close this bug.

Regards.

[1] https://github.com/JoeDog/siege/blob/master/ChangeLog
[2] 
https://github.com/JoeDog/siege/commit/08078ff490eb4bd3a2ae87c6037d31683f3166b3#diff-a25959c07e4b4538d7045da811e2c5b9

Reply via email to