Description of problem: I just tried to compile package tcp_wrappers-7.6-39 from Redhat Fedora Core development tree with the gcc 4.0.0 compiler and the compiler flag -Wall. The compiler said inetcf.c:91: warning: 'fp' is used uninitialized in this function The source code is for (i = 0; inet_files[i] && (fp = fopen(inet_files[i], "r")) == 0; i++) /* void */ ; if (fp == 0) { I agree with the compiler. Suggest initialise local variable "fp" before first use. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fixed in rawhide in rpm tcp_wrappers-7.6-40.