]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
bouquet: fix overflow when building for 32-bit system On 32-bit system hash value...
authorPeter Vicman <peter.vicman@gmail.com>
Tue, 24 Sep 2019 12:13:45 +0000 (14:13 +0200)
committerJaroslav Kysela <perex@perex.cz>
Sun, 6 Oct 2019 15:12:44 +0000 (17:12 +0200)
commite372db0667a0072e51eb21a0b933d3b3bb8e095d
tree1a4039e40139c1435949357e370ea0ee4890e840
parent691cce4a76177e14e30da6beaca28b9011a529f1
bouquet: fix overflow when building for 32-bit system On 32-bit system hash value from service can be truncated.

For example with #SERVICE 1:0:1:835:3EA:2174:EEEE0000:0:0:0
hash value EEEE0000 become 7FFFFFFF and there is no match in function mpegts_service_find_e2().
src/bouquet.c