drachtio-freeswitch-modules icon indicating copy to clipboard operation
drachtio-freeswitch-modules copied to clipboard

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

Open entenschnabel opened this issue 1 year ago • 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.

entenschnabel avatar Nov 16 '23 12:11 entenschnabel

ah, thanks. Will have a look

davehorton avatar Nov 16 '23 13:11 davehorton

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

entenschnabel avatar Nov 16 '23 13:11 entenschnabel