From: Nicholas N. <nj...@ca...> - 2003-07-03 12:22:05
|
On Thu, 3 Jul 2003, Tom Hughes wrote: > Well "find /usr/include -name *.h -print0 | xargs -0 grep '_r *('" suggests > quite a lot, including: > > gethostent > getnetent getnetbyname getnetbyaddr > getservent getservbyport > getprotoent getprotobyname getprotobynumber > getrpcent getrpcbyname getrpcbynumber > getmntent > fgetpwent fgetgrent > tmpnam > random srandom initstate setstate > drand48 erand48 lrand48 nrand48 mrand48 jrand48 srand48 seed48 lcong48 > ecvt fcvt qecvt qfcvt > strerror > crypt > setkey encrypt > hcreate hsearch hdestroy Ok, I'll add them. Doing the same on my system, I also got these ones (that weren't on the original blacklist): ether_ntoa ether_aton nis_leaf_of nis_name_of nis_domain_of nis_sperror getaliasent getaliasbyname gethostbyname2 getservbyname getnetgrent getpwnam getspent getspnam sgetspent fgetspent rand ptsname getdate getutent getutid getutline BIO_gethostbyname Should they go in too? Thanks very much for the help. N |