Re: [PATCH 3/9] covoar: Fix buffer overflow and fix br tag in html report.

2017-08-25 Thread Chris Johns
On 26/8/17 7:53 am, Cillian O'Donnell wrote: > From: Hermann Felbinger > > Co-Author: Krzysztof Miesowicz > --- > tester/covoar/ReportsBase.cc | 5 +++-- > tester/covoar/ReportsHtml.cc | 46 > ++-- > 2 files changed, 26 insertions(+), 25 deletions(-) >

[PATCH 3/9] covoar: Fix buffer overflow and fix br tag in html report.

2017-08-25 Thread Cillian O'Donnell
From: Hermann Felbinger Co-Author: Krzysztof Miesowicz --- tester/covoar/ReportsBase.cc | 5 +++-- tester/covoar/ReportsHtml.cc | 46 ++-- 2 files changed, 26 insertions(+), 25 deletions(-) diff --git a/tester/covoar/ReportsBase.cc b/tester/covoar/Repor