]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
config: Avoid excessive data stack usage when matching local_name
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Fri, 9 Dec 2016 11:11:11 +0000 (11:11 +0000)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Tue, 13 Dec 2016 10:59:14 +0000 (12:59 +0200)
commit634c8fdf936e1348fe6c55dc9633fc21a8e6c560
tree57a04055cbc45173daf5cb84efd0beb7ecee1d87
parent41d538d5d87870d64b78d2d2bd8f8ffdf8496c45
config: Avoid excessive data stack usage when matching local_name

Moved config_filter_match_local_name() to its own function to make
adding the data stack frame easier.

Based on patch by J. Nick Koston
src/config/config-filter.c