Text   |  XML   |  ReML   |   Visible Warnings:

Uninitialized Variable  at dumpcap.c:713

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

cap_pipe_select

(/home/sate/Testcases/c/cve/wireshark-1.2.0/dumpcap.c)expand/collapse
Show more  
 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);
Show more  




Change Warning 5002.29921 : Uninitialized Variable

Priority:
State:
Finding:
Owner:
Note: