layers: Add string array parameter checking
authorDustin Graves <dustin@lunarg.com>
Tue, 8 Mar 2016 21:42:59 +0000 (14:42 -0700)
committerDustin Graves <dustin@lunarg.com>
Wed, 9 Mar 2016 00:08:02 +0000 (17:08 -0700)
commit9e313368449e99458a020ed489e295b89f7cf75a
treebc61dd5597818f8513d5c4ade59eab50274a90d7
parent1e93718c913bf35a86ad744a4845cb822635e096
layers: Add string array parameter checking

The param_checker layer had previously peformed a NULL
check on the pointer to a string array, but had not
performed a NULL check for the individual strings in the
array.  This adds NULL checks for the individual strings.

Change-Id: Id4527f670086187e8cd1f146027bfdfd1e134b7b
generator.py
layers/param_checker_utils.h