Tiny bug on OpenSSL crypto/lhash/lh_test.c

2002-03-21 Thread Justin Fletcher
Hiya, This isn't at all serious; it's only in test code, but it might cause false negatives under pathological circumstances. The code reads : --8 main() { LHASH *conf; char buf[256]; int i; conf=lh_new(lh_strhash,strcmp); for (;;)

Re: Tiny bug on OpenSSL crypto/lhash/lh_test.c

2002-03-21 Thread Lutz Jaenicke
On Thu, Mar 21, 2002 at 04:29:29AM +, Justin Fletcher wrote: Hiya, This isn't at all serious; it's only in test code, but it might cause false negatives under pathological circumstances. The code reads : --8 main() { LHASH *conf; char buf[256];