<div dir="ltr">Brad,<br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Oct 2, 2013 at 5:27 PM, Brad Bitterman <span dir="ltr"><<a href="mailto:bitter@vtilt.com" target="_blank">bitter@vtilt.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word">We were testing libdvbpsi 1.1.0 with an ATSC tuner and found that we were getting corrupted data sometimes for the VCT. After looking at the code we found that the CRC was not being checked. <div>
<br></div><div>In the function dvbpsi_packet_push around line 400 the boolean variable is declared and initialized by calling dvbpsi_has_crc( p_section ). This function uses p_section->b_syntax_indicator to check to see if the CRC should be validated. The p_section->b_syntax_indicator is not initialized until a few lines down. This cause the CRC to never be check. </div>
<div><br></div><div>I moved the call to dvbpsi_has_crc down after b_syntax_indicator gets initialized and I now see the CRC check happening. Is this correct or is there a reason that the code is the way it is?</div></div>
</blockquote><div><br></div><div>Good catch it is indeed a bug. Could you try attached patch?<br> <br>Kind regards,<br><br></div><div>Jean-Paul Saman<br></div></div></div></div>