CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/27 17:54:08
Modified files:
lib/libc/nls : catopen.c
Log message:
ntohl() returns uint32_t so it cannot be < 0. Since we're storing
the result in an int check for > INT_MAX instead. OK bluhm@
