]> git.decadent.org.uk Git - nfs-utils.git/commit
Fix off-by-one error in rpcgen
authorRichard Guenther <rguenther@suse.de>
Thu, 20 Jul 2006 01:41:08 +0000 (11:41 +1000)
committerNeil Brown <neilb@suse.de>
Thu, 20 Jul 2006 01:41:08 +0000 (11:41 +1000)
commit39c22863ac568d257ef197dbc31bef45c596e8ca
treef47913ec43e6403cc88fe49c201f437d9b68d86e
parent6fccc04c2569e54c16f9b0992aa1f5a3fbd907b4
Fix off-by-one error in rpcgen

We obviously need to allocate space for the terminating nul too.
tools/rpcgen/rpc_cout.c