]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[PATCH] dvb-core: fix bug in CRC-32 checking on 64-bit systems
authorAng Way Chuang <wcang@nrg.cs.usm.my>
Thu, 4 Jan 2007 04:20:48 +0000 (23:20 -0500)
committerChris Wright <chrisw@sous-sol.org>
Wed, 10 Jan 2007 19:05:22 +0000 (11:05 -0800)
commiteba2a8ec583b36e288d51b9cd7c24c0a72c61975
tree572e76056c79fc40c3422f38aff3d3090e72cbb7
parent3d393b5812f3e89ed704493c4d3db124d300e1e6
[PATCH] 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>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
drivers/media/dvb/dvb-core/dvb_net.c