[PATCH] bug in crypto/pqueue/pqueue.c

2005-12-19 Thread nagendra modadugu
diff -u -r1.5 pqueue.c --- crypto/pqueue/pqueue.c 7 Jun 2005 22:21:14 - 1.5 +++ crypto/pqueue/pqueue.c 20 Dec 2005 01:48:27 - @@ -184,7 +184,7 @@ } /* check the one last node */ - if ( memcpy(next->priority, prio64be,8) ==0) + if ( memcm

Re: [PATCH] bug in crypto/pqueue/pqueue.c

2005-12-19 Thread Richard Levitte - VMS Whacker
In message <[EMAIL PROTECTED]> on Mon, 19 Dec 2005 18:35:51 -0800, nagendra modadugu <[EMAIL PROTECTED]> said: nagendra> diff -u -r1.5 pqueue.c nagendra> --- crypto/pqueue/pqueue.c 7 Jun 2005 22:21:14 - 1.5 nagendra> +++ crypto/pqueue/pqueue.c 20 Dec 2005 01:48:27 - nagend