[PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address

2015-01-19 Thread David Bremner
Todd writes: > I built a copy of notmuch with gcc 4.8's new -fsanitize=address > feature and ran the test bench. It pointed out these two issues. Series pushed. Thanks! d

Re: [PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address

2015-01-18 Thread David Bremner
Todd t...@electricoding.com writes: I built a copy of notmuch with gcc 4.8's new -fsanitize=address feature and ran the test bench. It pointed out these two issues. Series pushed. Thanks! d ___ notmuch mailing list notmuch@notmuchmail.org

[PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address

2015-01-17 Thread Todd
I built a copy of notmuch with gcc 4.8's new -fsanitize=address feature and ran the test bench. It pointed out these two issues. Todd (2): lib: Fix potential invalid read past an empty string lib: Fix use after free lib/thread.cc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)

[PATCH v1 0/2] Fixes for issues discovered with -fsanitize=address

2015-01-17 Thread Todd
I built a copy of notmuch with gcc 4.8's new -fsanitize=address feature and ran the test bench. It pointed out these two issues. Todd (2): lib: Fix potential invalid read past an empty string lib: Fix use after free lib/thread.cc | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-)