]> 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:13:12 +0000 (17:13 +0200)
commit2a0b2d186099ad8862c985bf789309521ea04b24
treeeeda27c39317623f9286869b4c6468c09d078aef
parent0a60f73eeea638ecbdd1d228f2e087ade4debf28
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