Files
android_external_dtc/tests
Stephen Boyd 3b9c97093d dtc: Fix NULL pointer use in dtlabel + dtref case
If we have a construct like this:

	label: &handle {
		...
	};

Running dtc on it will cause a segfault, because we use 'target'
when it could be NULL. Move the add_label() call into the if
statement to fix this potentially bad use of a NULL pointer.

Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-01-31 09:50:22 +11:00
..
2016-12-09 13:26:39 +11:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2012-07-08 13:45:21 -05:00
2016-12-09 13:26:39 +11:00
2013-12-31 22:34:05 +11:00
2013-12-31 22:34:05 +11:00
2007-02-15 11:02:44 -06:00
2007-02-15 11:02:44 -06:00
2014-06-18 21:24:48 +10:00
2014-03-03 10:37:30 +11:00