[Asterisk-Dev] bug in greek support for voicemail
Papadopoulos Georgios
geop at altectelecoms.gr
Thu Jan 5 07:10:50 MST 2006
Hello
There is a bug (causing asterisk to crash) in file app_voicemail.c,
function vm_play_folder_name_gr.
Line
char buf[sizeof(mbox)+1];
should be
char buf[strlen(mbox)+2];
My question is what is the proper thing to do? Should I send a bug
report, or should I just fix it and commit it at SVN? Don't I need some
sort of permission in order to send a commit? I am not sure what to do
in such cases.
thank you.
George
Disclaimer
The information in this e-mail and any attachments is confidential. It is intended solely for the attention and use of the named addressee(s). If you are not the intended recipient, or person responsible for delivering this information to the intended recipient, please notify the sender immediately. Unless you are the intended recipient or his/her representative you are not authorized to, and must not, read, copy, distribute, use or retain this message or any part of it. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses.
More information about the asterisk-dev
mailing list