Files
android_external_dtc/srcpos.c
David Gibson 00d7bb1f4b dtc: pos parameter to srcpos_string() can't be NULL
None of the callers ever pass a NULL to srcpos_string(), so the check
for it is not necessary.  Furthermore, checking it make Coverity complain
about the raw dereferences which follow later in the function.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2017-02-08 17:39:36 +11:00

6.8 KiB