commit | 3074fe4a7da5775bcf31675d6d9e2687c434fef2 | [log] [tgz] |
---|---|---|
author | Hans Verkuil <hans.verkuil@cisco.com> | Tue Nov 01 10:48:22 2016 -0200 |
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | Wed Nov 16 15:33:44 2016 -0200 |
tree | 5b841a5c2f56c35a56e64f216885fea209ffc52e | |
parent | adc0c622783978ab0c740af77f98fc8f65c87d66 [diff] |
[media] cec: filter invalid messages As per the CEC specification: - CEC messages with a too-small payload should be ignored. - Broadcast messages that are only allowed as directed messages should be ignored. - Directed messages that are only allowed as broadcast messages should be ignored. Implement this in the core CEC framework. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>