~mariusko/media-ctl/master

Viewing all changes in revision 108.

  • Committer: Laurent Pinchart
  • Date: 2014-05-30 15:13:41 UTC
  • Revision ID: git-v1:114c1b274edc40e07e9b99a435d26438f5b99943
Fix uninitialized pointer dereference in media_device_add_entity

When the entity being added has the default flag set, the function tries
to set the entity as the default entity for its type by storing the
entity pointer in the appropriate default entity field. If the entity
type isn't recognized, the default entity pointer is left uninitialized,
leading to a crash. Fix it.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: