Date: Mon, 14 Apr 2003 07:44:36 -0700 (PDT) From: Olivier Houchard <cognet@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern uipc_socket.c Message-ID: <200304141444.h3EEiaHM037229@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
cognet 2003/04/14 07:44:36 PDT
FreeBSD src repository
Modified files:
sys/kern uipc_socket.c
Log:
Use while (*controlp != NULL) instead of do ... while (*control != NULL)
There are valid cases where *controlp will be NULL at this point.
Discussed with: dwmalone
Revision Changes Path
1.149 +1 -2 src/sys/kern/uipc_socket.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304141444.h3EEiaHM037229>
