fix a potential end-of-buffer issue in tccelf.c
commit951a43ea6c77436209c3dc974d8b18e5b2e87936
authorPhilip <pipcet@gmail.com>
Thu, 30 Apr 2015 21:31:32 +0000 (30 21:31 +0000)
committerPhilip <pipcet@gmail.com>
Thu, 30 Apr 2015 21:35:21 +0000 (30 21:35 +0000)
tree41e47cb9200a64397409a5b18447a571f7593573
parent2e04fa8872f38aea4eb96fd3424c3d6762b5262d
fix a potential end-of-buffer issue in tccelf.c

also read characters one at a time when PARSE_DEBUG is set; after this
patch, things seem to work with that.
tccelf.c
tccpp.c