Home
last modified time | relevance | path

Searched hist:d33360e59def8d337933c6dab68a41134566c6fd (Results 1 – 1 of 1) sorted by relevance

/optee_os/scripts/
H A Dsymbolize.pyd33360e59def8d337933c6dab68a41134566c6fd Thu Jun 15 12:38:07 UTC 2023 Kun Lai <me@imlk.top> scripts/symbolize.py: Fix crash when .elf file not found

The script will crash if the xxx.elf file cannot be found.

```
TypeError: expected str, bytes or os.PathLike object, not NoneType
```

This commit add check for None value.

Signed-off-by: Kun Lai <me@imlk.top>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>