On Sat, Mar 26, 2005 at 11:27:27AM +0100, Alexander Lazic wrote:
> Hi,
> 
> i use the 2.1 tunk ab and have found 2 segfaults, it think.
> 
> the first one was easy to find:
>  in ssl_print_cert_info() the buf is 64 not BUFSIZ
>  for eg. =>X509_NAME_oneline(dn, buf, BUFSIZ);
> 
> The second one was not so easy to find because i'am not very familiar
> with the openssl-development.

Thanks for the report, there were three segfaults actually; I've fixed
them on the trunk.

> After the test i get a segfault:
> 
> gdb  /home/al/progs/http-2.1/bin/ab
> (gdb) set args -v 2 -g gnuplot_ab -sn1 -c2 https://$SERVER/

one of the segfaults was because you're using a -c value > -n, which
doesn't really make sense; I changed ab to reject that.

Regards,

joe

Reply via email to