Hi,
new ECM length support.
CU
9000h
new ECM length support.
Code:
--- camd.c.orig 2014-04-25 16:37:34.076280748 +0200
+++ camd.c 2014-04-25 16:17:57.404241231 +0200
@@ -678,10 +678,10 @@
{
bool res=false;
const int length=SCT_LEN(data);
- if(length<=256) {
+ if(length<=333) {
Lock();
while(exclusive) sleepCond.Wait(*this);
- unsigned char buff[300];
+ unsigned char buff[400];
memset(buff,0xff,sizeof(buff));
struct CmdBlock *cb=(struct CmdBlock *)buff;
const unsigned short pid=pinid++;
9000h