search for: 7c4da35

Displaying 1 result from an estimated 1 matches for "7c4da35".

Did you mean: 7c4d63e
2012 Jan 11
1
[PATCH] nfsmount: defeat dummypmap compiler warning
...ray subscript is below array bounds [-Warray-bounds] Signed-off-by: Greg Thelen <gthelen at google.com> --- usr/kinit/nfsmount/dummypmap.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/usr/kinit/nfsmount/dummypmap.c b/usr/kinit/nfsmount/dummypmap.c index 7c5b6bc..7c4da35 100644 --- a/usr/kinit/nfsmount/dummypmap.c +++ b/usr/kinit/nfsmount/dummypmap.c @@ -150,7 +150,7 @@ static int dummy_portmap(int sock, FILE *portmap_file) int pktlen, addrlen; unsigned char pkt[65536]; /* Max UDP packet size */ /* RPC UDP packets do not include TCP fragment size */ - struct...