aboutsummaryrefslogtreecommitdiffstats
path: root/main/nfs-utils/uclibc-getaddrinfo-canonname.patch
Commit message (Collapse)AuthorAgeFilesLines
* main/nfs-utils: fix previous patchNatanael Copa2012-12-041-5/+5
| | | | | | fixes #1486 (cherry picked from commit 84ad0cd074a4f7e337d0f4f0d4b1fea5a24bea5f)
* 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 (cherry picked from commit 95e73982d6b68780a74a677f0fada23e6392e2fc)