Re: [PATCH 2/3] parser: limit emails and names to 255 chars

2017-07-03 Thread Stephen Finucane
On Mon, 2017-07-03 at 14:54 +1000, Andrew Donnellan wrote: > Reviewed-by: Andrew Donnellan Likewise. Reviewed-by: Stephen Finucane ...and applied. ___ Patchwork mailing list Patchwork@lists.ozlabs.org

Re: [PATCH 2/3] parser: limit emails and names to 255 chars

2017-07-02 Thread Andrew Donnellan
Reviewed-by: Andrew Donnellan On 01/07/17 14:28, Daniel Axtens wrote: Also picked up with afl-fuzz. Signed-off-by: Daniel Axtens --- patchwork/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchwork/parser.py

[PATCH 2/3] parser: limit emails and names to 255 chars

2017-06-30 Thread Daniel Axtens
Also picked up with afl-fuzz. Signed-off-by: Daniel Axtens --- patchwork/parser.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patchwork/parser.py b/patchwork/parser.py index 37603f944150..eab0a7d39863 100644 --- a/patchwork/parser.py +++