dlna_rules: add missing array sentinel.
authorGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Wed, 20 Aug 2014 23:09:39 +0000 (20:09 -0300)
committerGustavo Sverzut Barbieri <gustavo.barbieri@intel.com>
Wed, 20 Aug 2014 23:09:39 +0000 (20:09 -0300)
commit9e4a5d8106d127fd1503bbbeab12263ab362e4fa
treea7cf46b3a313758038ac157f1f9df72ce788ec50
parentb05729db93905faeb89d4036fed21c21003e51fc
dlna_rules: add missing array sentinel.

these would trigger an invalid memory access during loop that looks
for curr->dlna_profile != NULL as the pointer would be undefined.
src/lib/lightmediascanner_dlna_rules.c