]> git.ipfire.org Git - thirdparty/strongswan.git/commit
processor: Move priority threads assignment to set_threads()
authorTobias Brunner <tobias@strongswan.org>
Wed, 3 May 2017 15:35:45 +0000 (17:35 +0200)
committerTobias Brunner <tobias@strongswan.org>
Tue, 23 May 2017 16:29:12 +0000 (18:29 +0200)
commit83eacc448c94e7cb8cd11720aab505d865eeb6ef
tree72c3c090faed1d76a5e7d21b9198764de7ca8628
parent05eeffb2f2f42f3f66a1b9f3c128768af756fac2
processor: Move priority threads assignment to set_threads()

This avoids the evaluation of %N even if the thread pool is never used.
We need to avoid as many custom printf specifiers as possible when
fuzzing our code to avoid excessive log messages.
src/libstrongswan/processing/processor.c