Re: Rewrite of the perl script rmuser to C

2002-08-10 Thread Bosko Milekic
On Sat, Aug 10, 2002 at 03:59:42PM +0200, Morten Rodal wrote: > On Sat, Aug 10, 2002 at 02:02:39PM +0200, Eirik Nygaard wrote: > > I have just rewritten the rmuser perl script to C, it would be > > great if you could take a look at it and check if everything is ok. > > You should probably repla

Re: Rewrite of the perl script rmuser to C

2002-08-10 Thread Morten Rodal
On Sat, Aug 10, 2002 at 02:02:39PM +0200, Eirik Nygaard wrote: > I have just rewritten the rmuser perl script to C, it would be > great if you could take a look at it and check if everything is ok. You should probably replace the strcpy() and strcat() with strlcpy(3) and strlcat(3), or at least