Opened 12 years ago

Closed 12 years ago

Last modified 11 years ago

#1552 closed defect (fixed)

Possible crash if media transport stop() is called on ICE transport while no ICE is running (thanks Iliya Prince for the fix)

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-2.1
Component: pjnath Version: trunk
Keywords: Cc:
Backport to 1.x milestone: release-1.16 Backported: yes

Description

This is because pj_ice_strans_stop_ice() is called with NULL argument.

Stack trace:

  0009efa8  pj_ice_strans_stop_ice        src/pjnath/ice_strans.c:1147
  00090e5e  set_no_ice                    src/pjmedia/transport_ice.c:288
  00090ebc  transport_media_stop          src/pjmedia/transport_ice.c:1485

Change History (3)

comment:1 Changed 12 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

In 4203:

Fixed #1552: Possible crash if media transport stop() is called on ICE transport while ICE is not created (thanks Iliya Prince for the fix)

comment:2 Changed 11 years ago by nanang

In 4384:

Re #1552: backported to 1.x

comment:3 Changed 11 years ago by nanang

  • Backported set
Note: See TracTickets for help on using tickets.