search for: 28a53c93

Displaying 2 results from an estimated 2 matches for "28a53c93".

2017 Jan 10
0
[PATCH] mail-storage.c: check against NULL address in strcmp() invocation
...I guess the attached patch assert-crashes? What's the backtrace there? -------------- next part -------------- A non-text attachment was scrubbed... Name: diff Type: application/octet-stream Size: 563 bytes Desc: not available URL: <http://dovecot.org/pipermail/dovecot/attachments/20170110/28a53c93/attachment-0001.obj> -------------- next part --------------
2017 Jan 10
2
[PATCH] mail-storage.c: check against NULL address in strcmp() invocation
Configurations with multiple shared namespaces can trigger a bug where the first argument of strcmp() invocation is NULL. This patch adds an explicit check, analogously to how the second argument is sanitized. --- src/lib-storage/mail-storage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c index