Fix parsing string table (#134)
authorgcmoreira <gmoreira@gmail.com>
Thu, 2 Feb 2017 13:47:30 +0000 (00:47 +1100)
committerEli Bendersky <eliben@users.noreply.github.com>
Thu, 2 Feb 2017 13:47:30 +0000 (05:47 -0800)
commit5533fd4c59c0e4560cbc979a7174e1f788d00ba9
tree410f6b96fa0258cba2b49764c2cb884761458de1
parent09e39e40021ad200d90893a45653a33cffb460c1
 Fix parsing string table (#134)

If for any reason parse_cstring_from_stream() cannot get a string in the given offset, it'll return None causing the following line raises an exception when it tries to get the decoded ascii string from the None object.
elftools/elf/sections.py