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