]> git.karo-electronics.de Git - karo-tx-linux.git/commit
V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems
authorAng Way Chuang <wcang@nrg.cs.usm.my>
Thu, 14 Dec 2006 16:51:44 +0000 (13:51 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 27 Dec 2006 16:19:10 +0000 (14:19 -0200)
commitdedcefb085fe98a1feaf63590fe2fc7e0ecb1987
tree19896ad2ad032f020e8d1d074f924f9e75a8e321
parent38284ba361d69eca34a3bfc553ebfac81fea2698
V4L/DVB (4972): Dvb-core: fix bug in CRC-32 checking on 64-bit systems

CRC-32 checking during ULE decapsulation always failed on x86_64 systems due
to the size of a variable used to store CRC. This bug was discovered on
Fedora Core 6 with kernel-2.6.18-1.2849. The i386 counterpart has no such
problem. This patch has been tested on 64-bit system as well as 32-bit system.

Signed-off-by: Ang Way Chuang <wcang@nrg.cs.usm.my>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/dvb/dvb-core/dvb_net.c