drachtio/drachtio-freeswitch-modules

mod_google_transcribe: Bug: Calling transcribe2_function in mod_google_transcribe.c sometimes crashes

entenschnabel opened this issue · 2 comments

Depending on how many parameters are provided to this function it will sometimes crash. If just one parameter or between 10 and 13 parameters are given then the function can cause the process to crash. This is because the array indexing within the function is incorrect.

ah, thanks. Will have a look

I already submitted a PR here #152 if you want to take a look.