bug-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-inetutils] inetutils-1.6 rshd error


From: Alfred M. Szmidt
Subject: Re: [bug-inetutils] inetutils-1.6 rshd error
Date: Thu, 14 May 2009 03:01:16 -0400

   another way is to fix inetd/inetd.c like i wrote in last mail,in
   this way only one line fixd.
   it generates compile warning : assignment int to size_t like this:
   inetd/inetd.c line 1232: sep-> se_argc = argc - INETD_FIELDS_MIN + 1;
   but it is safe coercion.
   i think this way is beterr.

Why this requires less work, it is less correct.  It is better to fix
so that we use size_t instead of int in this case.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]