rpcgen dumping core

2002-10-12 Thread Kris Kennaway
rpcgen -s `perl -e 'print ax5120'` rpcgen -n `perl -e 'print ax5120'` will both segfault when you ^D them. Kris msg45279/pgp0.pgp Description: PGP signature

Re: rpcgen dumping core

2002-10-12 Thread Juli Mallett
* De: Terry Lambert [EMAIL PROTECTED] [ Data: 2002-10-12 ] [ Subjecte: Re: rpcgen dumping core ] Kris Kennaway wrote: rpcgen -s `perl -e 'print ax5120'` rpcgen -n `perl -e 'print ax5120'` will both segfault when you ^D them. The fix works by substituting for NULL before

Re: rpcgen dumping core

2002-10-12 Thread Terry Lambert
Juli Mallett wrote: The fix works by substituting for NULL before this happens, but *after* the output file names have been created, to avoid creating files with a bogus prefix name. Personally, I'd rather see it be: if (infile == NULL) infile = -; As that's

Re: rpcgen dumping core

2002-10-12 Thread Terry Lambert
Kris Kennaway wrote: rpcgen -s `perl -e 'print ax5120'` rpcgen -n `perl -e 'print ax5120'` will both segfault when you ^D them. This is because of the commit that Alfred made to invert the sense of the -b option to generate TIRPC output by default, instead. You can make the problem go away