From dan@obluda.cz  Sun Sep 12 02:38:24 2004
Return-Path: <dan@obluda.cz>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 3108516A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 02:38:24 +0000 (GMT)
Received: from kulesh.obluda.cz (kulesh.obluda.cz [193.179.22.243])
	by mx1.FreeBSD.org (Postfix) with ESMTP id EA92B43D1F
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 02:38:22 +0000 (GMT)
	(envelope-from dan@obluda.cz)
Received: from kulesh.obluda.cz (localhost.eunet.cz [127.0.0.1])
	by kulesh.obluda.cz (8.13.1/8.13.1) with ESMTP id i8C2cL3s007113
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 12 Sep 2004 04:38:21 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Received: (from root@localhost)
	by kulesh.obluda.cz (8.13.1/8.13.1/Submit) id i8C2cKb5007112
	for FreeBSD-gnats-submit@freebsd.org; Sun, 12 Sep 2004 04:38:20 +0200 (CEST)
	(envelope-from dan@obluda.cz)
Message-Id: <200409120238.i8C2cKb5007112@kulesh.obluda.cz>
Date: Sun, 12 Sep 2004 04:38:20 +0200 (CEST)
From: Dan Lukes <dan@obluda.cz>
Reply-To: Dan Lukes <dan@obluda.cz>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] cleanup of the usr.sbin/rpc.statd code
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         71626
>Category:       bin
>Synopsis:       [PATCH] cleanup of the usr.sbin/rpc.statd code
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 12 02:40:27 GMT 2004
>Closed-Date:    Sat Mar 24 13:03:30 GMT 2007
>Last-Modified:  Sat Mar 24 13:03:30 GMT 2007
>Originator:     Dan Lukes
>Release:        FreeBSD 5.3-BETA3 i386
>Organization:
Obludarium
>Environment:
System: FreeBSD kulesh.obluda.cz 5.3-BETA3 FreeBSD 5.3-BETA3 #8: Sun Sep 5 07:06:40 CEST 2004 dan@kulesh.obluda.cz:/usr/obj/usr/src/sys/Dan i386
$FreeBSD: src/usr.sbin/rpc.statd/procs.c,v 1.14 2003/10/26 06:14:10 peter

>Description:
	There are more than 5000 warnings issued during "make buildworld".
Some of them are false positives, but some of them are sign of true errors.

	Nobody is upset by warnings due it's amount, so some errors remain
uncorrected.

	I want to cleanup the code-base from warnings, so warnings will
become "attention mark" again.

usr.sbin/rpc.statd/procs.c:327: warning: 'work_to_do' might be used uninitialized in this function

>How-To-Repeat:
	N/A
>Fix:
*** usr.sbin/rpc.statd/procs.c.ORIG	Fri Nov 14 03:55:05 2003
--- usr.sbin/rpc.statd/procs.c	Tue Sep  7 21:52:20 2004
***************
*** 334,339 ****
--- 334,340 ----
    /* hosts, and incrementing our status number.  notify_hosts() is	*/
    /* then called to fork a process to do the notifications.		*/
  
+   work_to_do = FALSE;
    for (i = status_info->noOfHosts, hp = status_info->hosts; i ; i--, hp++)
    {
      if (hp->monList)
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: matteo 
State-Changed-When: Sat Mar 24 13:00:53 UTC 2007 
State-Changed-Why:  
This was fixed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71626 
>Unformatted:
