Loading crypto/pqueue/pqueue.c +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ pqueue_find(pqueue_s *pq, unsigned char *prio64be) } /* check the one last node */ if ( memcpy(next->priority, prio64be,8) ==0) if ( memcmp(next->priority, prio64be,8) ==0) found = next; if ( ! found) Loading Loading
crypto/pqueue/pqueue.c +1 −1 Original line number Diff line number Diff line Loading @@ -184,7 +184,7 @@ pqueue_find(pqueue_s *pq, unsigned char *prio64be) } /* check the one last node */ if ( memcpy(next->priority, prio64be,8) ==0) if ( memcmp(next->priority, prio64be,8) ==0) found = next; if ( ! found) Loading