1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-07 03:56:28 +02:00
The bug is present in original "Linux DeCSA Tool" on http://csa.irde.to/
This commit is contained in:
Rafaël Carré 2008-05-06 23:17:42 +02:00
parent 080a076a49
commit 99c0445a5a

View File

@ -281,7 +281,7 @@ static void csa_ComputeKey( uint8_t kk[57], uint8_t ck[8] )
int i,j,k;
int bit[64];
int newbit[64];
int kb[9][8];
int kb[8][9];
/* from a cw create 56 key bytes, here kk[1..56] */