Text   |  XML   |  ReML   |   Visible Warnings:

Null Pointer Dereference  at packet-h223.c:577

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

h223_add_lc

(/home/sate/Testcases/c/cve/wireshark-1.2.0/epan/dissectors/packet-h223.c)expand/collapse
Show more  
 568  static void h223_add_lc( packet_info* pinfo, guint16 lc, h223_lc_params* params )
 569  {
 570[+]     circuit_t *circ = find_circuit( pinfo->ctype, pinfo->circuit_id, pinfo->fd->num );
 571      h223_vc_info* vc_info;
 572   
 573      /* if this h245 pdu packet came from an h223 circuit, add the details on
 574       * the new channel */
 575      if(circ) {
 576[+]         vc_info = circuit_get_proto_data(circ, proto_h223);
 577          init_logical_channel( pinfo->fd->num, vc_info->call_info, lc, pinfo->p2p_dir, params );
Show more  




Change Warning 2624.30798 : Null Pointer Dereference

Priority:
State:
Finding:
Owner:
Note: