diff options
| author | Suraj Jitindar Singh <[email protected]> | 2016-04-28 15:53:45 +1000 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2016-05-11 21:54:03 +1000 |
| commit | b2ed059642875a699a195cb136b2e57e7e07cedf (patch) | |
| tree | ad8207f829dd1c14f473f78fdf67518271b303c6 /tools/perf/scripts/python | |
| parent | 9e44754755528f78dbc3a5e64cd48dadf4773777 (diff) | |
powerpc/pseries: Add null property check to pseries_discover_pic()
The return value of of_get_property() isn't checked before it is passed
to the strstr() function, if it happens that the return value is null
then this will result in a null pointer being dereferenced.
Add a check to see if the return value of of_get_property() is null and
if it is continue straight on to the next node.
Signed-off-by: Suraj Jitindar Singh <[email protected]>
Reviewed-by: Chris Smart <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions