diff options
| author | Mark Wielaard <[email protected]> | 2014-11-17 23:15:45 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2014-11-17 23:19:03 +0100 |
| commit | 5c1a45c2d370e7fd1149fa74a9382e202fbfe8fe (patch) | |
| tree | b41fc506962bb78a5b9176600abd968146bc7e2b /libebl/ChangeLog | |
| parent | 7df0da33f4789e264242a4cb8af30c0aefe6d6b4 (diff) | |
Check elf_strptr didn't fail getting section name.
Since elf_strptr can fail and return NULL we should always check the result
before usage. Debug sections are only handled by section name, so make sure
the name actually exists.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'libebl/ChangeLog')
| -rw-r--r-- | libebl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog index 5ec71016..b6a0e632 100644 --- a/libebl/ChangeLog +++ b/libebl/ChangeLog @@ -1,3 +1,7 @@ +2014-11-17 Mark Wielaard <[email protected]> + + * ebldebugscnp.c (ebl_debugscn_p): Check name is not NULL. + 2014-06-17 Mark Wielaard <[email protected]> * eblinitreg.c (ebl_func_addr_mask): New function. |
