[uClibc]libcrypt problem

Vadim Berkgaut berk at rc.ru
Sat May 4 11:55:30 MDT 2002


Hi,

I have a problem with new uclibc libcrypt - the
output of crypt() is not reproducible with the same
input:

#include <stdio.h>
#include <crypt.h>

int main() {
    puts(crypt("aaa", "xy"));
    puts(crypt("aaa", "xy"));    
}

output with glibc:
xy/xLQepINQqM
xy/xLQepINQqM

output with uclibc snapshot 20020503:
xykGfxp7VLLk.
xylHXOa8CQX8E

-Vadim





More information about the uClibc mailing list