Re: [PATCH] libdw: pre-compute leb128 loop limits

2014-12-17 Thread Mark Wielaard
On Tue, 2014-12-16 at 14:15 +0100, Mark Wielaard wrote: > So at least compared to 0.160 we are not slower (although 0.160 was > slower than 0.158). But we do have a lot more robustness checking. > > I would like to push the following patches, currently on mjw/pending, to > master: > > commit 0f51

Re: [PATCH 1/3] libdw: Make srclines use a stable sort

2014-12-17 Thread Mark Wielaard
On Tue, 2014-12-16 at 09:15 -0800, Josh Stone wrote: > > Proposed fix attached. > > Looks good. Thanks. Pushed to master.

[PATCH] readelf: Add bounds check before each CFA op that takes an argument.

2014-12-17 Thread Mark Wielaard
Some CFA ops don't take any arguments, for those it is valid to be at the end of the data block. Signed-off-by: Mark Wielaard --- src/ChangeLog | 5 + src/readelf.c | 42 -- 2 files changed, 45 insertions(+), 2 deletions(-) diff --git a/src/ChangeLog