Re: [Deinterlace-discuss] Bugs in scheduling code
Brought to you by:
adcockj,
dschmelzer
|
From: Rob M. <rob...@gm...> - 2007-03-02 03:01:19
|
At 15:45 01-03-07, Radoslav Masaryk wrote: >If there are multiple objects created it shouldn't be problem becouse >strcpy always copy new string to that static array. But how long does the static array contain the correct info? Looks like a race condition. >Anyway I saw this technique of returning arrays somewhere in Dscaler >code that is not mine....I wonder if you checked that too. I did not notice until now. The code in DScaler is not perfect. Note that I am not trying to find all the bugs in your code. When comparing your patch with the original I happened to notice this issue. I hope you don't mind I brought it up. I hope you can enjoy a friendly debate and that we all learn something from it. Rob |