On Sat, Oct 30, 2021 at 08:25:42PM +0900, Rin Okuyama wrote:
> We should not break from infinite loop here, even if svc_fdset_getmax()
> fails. Please restore the old behavior. And please be more careful before
> making such a non-trivial change.
Ah, thank you. I incorrectly assumed that "out" mus
On 2021/10/30 20:04, Nia Alarie wrote:
This function
previously tried to go to a label that doesn't exist. I wonder why
GCC didn't catch this before but does now.
This is not true. You deleted the label:
- if (p == NULL) {
-out:
- syslog(LOG_ERR, "Cannot al
In article <20150509225426.ga28...@netbsd.org>,
David Holland wrote:
>On Sat, May 09, 2015 at 05:22:18PM -0400, Christos Zoulas wrote:
> > Modified Files:
> > src/usr.sbin/rpcbind: rpcbind.c
> >
> > Log Message:
> > use EXIT_SUCCESS/EXIT_FAILURE consistently.
> >
> >
> > To generate a diff
On Sat, May 09, 2015 at 05:22:18PM -0400, Christos Zoulas wrote:
> Modified Files:
> src/usr.sbin/rpcbind: rpcbind.c
>
> Log Message:
> use EXIT_SUCCESS/EXIT_FAILURE consistently.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.21 -r1.22 src/usr.sbin/rpcbind/rpcbind.c
On 03/14/11 13:03, Antti Kantee wrote:
Module Name:src
Committed By: pooka
Date: Mon Mar 14 12:03:45 UTC 2011
Modified Files:
src/usr.sbin/rpcbind: rpcbind.c
Log Message:
remove unnecessary superuser check -- bind will fail if bind fails
the second part of this log mes