Uninitialized Variable at dumpcap.c:713 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
cap_pipe_select (/home/sate/Testcases/c/cve/wireshark-1.2.0/dumpcap.c)![]() | ||||||
![]() | ||||||
705 | cap_pipe_select(int pipe_fd) { | |||||
706 | fd_set rfds; | |||||
707 | struct timeval timeout, *pto; | |||||
708 | int sel_ret; | |||||
709 | ||||||
710 | cap_pipe_err_str = "Unknown error"; | |||||
711 | ||||||
712 | FD_ZERO(&rfds); | |||||
713 | FD_SET(pipe_fd, &rfds);
| |||||
![]() |