#! /bin/sh /usr/share/dpatch/dpatch-run ## 067_fix_segfault_in_ab.dpatch by Ryan Niebur ## ## DP: Do not free what SSL_get_peer_cert_chain returns. It returns a ## pointer to memory that is freed later on with the ## session. (Bug#495982) @DPATCH@ diff -urNad apache2-2.2.9~/support/ab.c apache2-2.2.9/support/ab.c --- apache2-2.2.9~/support/ab.c 2008-05-28 05:58:01.000000000 -0700 +++ apache2-2.2.9/support/ab.c 2008-11-29 15:47:41.000000000 -0800 @@ -535,7 +535,6 @@ for (i=1; issl);