sparkslabs / kamaelia

Kamaelia is a toolset that had the aim of making working with concurrency simple and reusable. It is now retired in favour of Guild. (This is the definitive repository for kamaelia however)
Other
12 stars 6 forks source link

Bugfix: if DVB NIT table is 0..N-1 sections, then descriptors were be… #3

Closed matt-hammond-001 closed 7 years ago

matt-hammond-001 commented 7 years ago

Found this bug while writing some code that was reading a complex real-life broadcast multiplex. Have verified this fix corrects the problem in my application.

The problem is that the array into which parsed descriptors were being placed was being cleared each time round the section processing loop.