libdvbv5: Fix the size of the LCN descriptor
authorMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:10:41 +0000 (09:10 -0200)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Wed, 27 Nov 2013 11:24:41 +0000 (09:24 -0200)
commit8bca6e5e451164f60f6f3c1226202064df4a5c1a
tree833ab25bea45b22b44453e78ac78c7cd78b68180
parentb4ddefb6fe092fd7f8c2f70dfa1d9ed5f427188e
libdvbv5: Fix the size of the LCN descriptor

Instead of using the main struct, it was using the channel number
struct. That's bad, especially since the size is not enough to store
the struct dvb_desc data on it, causing reading paste buffers.

Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
lib/libdvbv5/descriptors.c