]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 198437 via svnmerge from
authorEliel C. Sardanons <eliels@gmail.com>
Sun, 31 May 2009 01:58:53 +0000 (01:58 +0000)
committerEliel C. Sardanons <eliels@gmail.com>
Sun, 31 May 2009 01:58:53 +0000 (01:58 +0000)
commit166dca480e4ee81919d6a3a7bc1f1f4e0a0fa729
treec00846cab6bd153d7303c631ec86ce8102e936cc
parent676eaf42dc52623567f2e642fa9305e05d4c1519
Merged revisions 198437 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
  r198437 | eliel | 2009-05-30 21:22:15 -0400 (Sat, 30 May 2009) | 11 lines

  Avoid a crash when res_timing_dahdi is unloaded but wasn't properly loaded.

  if dahdi_test_timer() fails, timing_funcs_handle remains NULL causing a crash
  when calling ast_unregister_timing_interface() with a NULL pointer.

  (closes issue #15234)
  Reported by: eliel
  Patches:
        timing_dahdi1.diff uploaded by eliel (license 64)
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.1@198441 65c4cc65-6c06-0410-ace0-fbb531ad65f3
res/res_timing_dahdi.c