Yes you are correct on that. The original memory corruption is still there. The original code never violates the memory, but the corruption is there. I am not 100% sure what pieces the program finder code uses, but there is re-use of code. Because of the re-use of code, the program finder patch and the dynamic memory patch do not apply cleanly.
Tim and I are working on getting it fixed. We have the patch completed we just need to test, should see an update soon. -Mike --- MVallevand <[EMAIL PROTECTED]> wrote: > On 8/29/06, Michael Drons <[EMAIL PROTECTED]> wrote: > > To my knowledge all of the current issue are > related > > to mythtv, not mvpmc. There are specific > directions > > that need to be followed when adding remote > frontends > > As far as I can tell the git still has your original > problem where > because of the size of what you are using as a key > you corrupt memory. > As long as the original code remains any myth > functions build on the > follow logic are broken > > static struct channel chan[500]; > > "SELECT chanid .... > > key = atoi(row[0]); > chan[key].chanid = key; > > This includes the new prog finder. > > Martin > > Martin > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mvpmc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mvpmc-users mvpmc wiki: http://mvpmc.wikispaces.com/
