Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-icq.c:973

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

icqv5_cmd_login

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-icq.c)expand/collapse
Show more  
 957  (proto_tree* tree, tvbuff_t *tvb, int offset, int size)
 958  {
 959      proto_item* ti;
 960      proto_tree* subtree;
 961      time_t theTime;
 962      char *aTime;
 963      guint32 port;
 964      guint32 passwdLen;
 965      const guchar *ipAddrp;
 966      guint32 status;
 967   
 968      if (tree) {
 969          ti = proto_tree_add_text(tree, tvb, offset, size, "Body");
 970          subtree = proto_item_add_subtree(ti, ett_icq_body);
 971          theTime = tvb_get_letohl(tvb, offset + );
 972          aTime = ctime(&theTime);
 973          aTime[strlen(aTime)-1] = '\0';
Show more  




Change Warning 2661.31233 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: