Re: [PATCH] xtables: Fix for segfault when registering hashlimit extension

2018-08-21 Thread Florian Westphal
Heena Sirwani wrote: > This patch fixes the crash when registering the hashlimit extension > with xtables during init_extensions(when built with static libs) . > The option validation function xtables_option_metavalidate has a > loop termination condition of the entry name being NULL. The loop >

[PATCH] xtables: Fix for segfault when registering hashlimit extension

2018-08-21 Thread Heena Sirwani
This patch fixes the crash when registering the hashlimit extension with xtables during init_extensions(when built with static libs) . The option validation function xtables_option_metavalidate has a loop termination condition of the entry name being NULL. The loop does not terminate when