The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 06-19-2009
rakeshawasthi rakeshawasthi is offline
Registered User
  
 

Join Date: Aug 2004
Location: India
Posts: 379

Code:
memset(recvgen,'\0',NSE_MAX_PACKET_RECV_SIZE);

debug it and see what exactly are the values of each variable and exactly from which statement are you getting error. use printf for this.