[Asterisk-Dev] bug in greek support for voicemail

Christian Richter christian.richter at beronet.com
Thu Jan 5 07:26:12 MST 2006


Papadopoulos Georgios wrote:

Hello

>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.
>
>  
>
You won't be able to commit to digiums SVN if you not have the 
permission to. Just create a diff and create a proper bug report at 
bugs.digium.com

Christian

>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.
>
>
>_______________________________________________
>--Bandwidth and Colocation provided by Easynews.com --
>
>Asterisk-Dev mailing list
>To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-dev
>
>  
>




More information about the asterisk-dev mailing list