summaryrefslogtreecommitdiffstats
path: root/main/nfs-utils/uclibc-getaddrinfo-canonname.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/nfs-utils: fix previous patchNatanael Copa2012-12-041-5/+5
|
* main/nfs-utils: fix for wrong getaddrinfo assumptionsNatanael Copa2012-12-041-0/+28
The nfs-utils assumes getaddrinfo(AI_NUMERICHOST) never fills in ai_canonname, but it appears to do on uclibc. It also assumes that if it filled in, it will be allocated separately and that freeaddrinfo() will free it. This is not what uclibc does. This patch should fix a potensial memleak on nfs server and probably it will fix nfs server on x86_64 ref #1486