Re: dovecot-2.2.33 bug report

2017-10-11 Thread Aki Tuomi
On 11.10.2017 09:53, David Binderman wrote: > Hello there, > > dovecot-2.2.33/src/lib/str-find.c:86]: (warning) Calling 'sizeof' on 'sizeof' > > Source code is > > ctx = p_malloc(pool, MALLOC_ADD(sizeof(struct str_find_context), > MALLOC_MULTIPLY(sizeof(ctx->goodtab[0]), key_len))); >

dovecot-2.2.33 bug report

2017-10-10 Thread David Binderman
Hello there, dovecot-2.2.33/src/lib/str-find.c:86]: (warning) Calling 'sizeof' on 'sizeof' Source code is ctx = p_malloc(pool, MALLOC_ADD(sizeof(struct str_find_context), MALLOC_MULTIPLY(sizeof(ctx->goodtab[0]), key_len))); Regards David Binderman