iconv: fix missing bounds checking for shift_jis decoding
[musl.git] / src / prng / lcong48.c
blob030e51484463bfb539aff0a7cacb65119c5b3893
1 #include <stdlib.h>
2 #include <string.h>
3 #include "rand48.h"
5 void lcong48(unsigned short p[7])
7 memcpy(__seed48, p, sizeof __seed48);