[Home]

Summary:ASTERISK-03561: [patch] crash introduced in mysql_vm_routines.h
Reporter:Terry Wilson (twilson)Labels:
Date Opened:2005-02-22 13:47:45.000-0600Date Closed:2005-02-24 15:01:16.000-0600
Priority:CriticalRegression?No
Status:Closed/CompleteComponents:Applications/app_voicemail
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) mysql-vm-routines.h.txt
Description:The patch fixing Bug ASTERISK-3023 improperly dereferences a pointer when calling populate_defaults which results in a compiler warning and a segfault if you select "3" for advanced options and "1" to reply to a voicemail.

****** STEPS TO REPRODUCE ******

Compile voicemail with the old mysql voicemail support.
Enter VoicemailMain
Listen to a voicemail
Select "3" for advanced options and "1" to reply to a voicemail.


****** ADDITIONAL INFORMATION ******

The attached patch should fix the compiler warning and subsequent crash.

Disclaimer on file <terry@nuvio.com>.
Comments:By: Mark Spencer (markster) 2005-02-22 22:47:03.000-0600

Marking as "resolved" for russell to apply to the stable branch since this doesn't matter for head.

By: Russell Bryant (russell) 2005-02-24 15:01:16.000-0600

fixed - will be in 1.0.6

I'm sorry about that ...