diff -u -r1.5 pqueue.c
--- crypto/pqueue/pqueue.c      7 Jun 2005 22:21:14 -0000       1.5
+++ crypto/pqueue/pqueue.c      20 Dec 2005 01:48:27 -0000
@@ -184,7 +184,7 @@
                }
 
        /* check the one last node */
-       if ( memcpy(next->priority, prio64be,8) ==0)
+       if ( memcmp(next->priority, prio64be,8) ==0)
                found = next;
 
        if ( ! found)
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to