search for: add_param_to_argv

Displaying 3 results from an estimated 3 matches for "add_param_to_argv".

2012 Jul 31
0
[ANNOUNCE] iptables 1.4.15 release
...xtensions: add HMARK target libxt_HMARK: fix output of iptables -L libxt_HMARK: correct a number of errors introduced by Pablo's rework Pablo Neira Ayuso (6): libxtables: add xtables_ip[6]mask_to_cidr libxt_HMARK: fix ct case example iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7) Revert "iptables-restore: move code to add_param_to_argv, cleanup (fix gcc-4.7)" iptables-restore: fix parameter parsing (shows up with gcc-4.7) bump version to 1.4.15
2017 Oct 17
3
[Bug 1191] New: Empty parameters generate errors on iptables-restore, even when saved by iptables-save
...ee: netfilter-buglog at lists.netfilter.org Reporter: valeriug at gmail.com Empty comments "" are allowed and working in iptables. iptables-save saves them correctly, but iptables-restore does not work when it encounters them. The problem comes from iptables-restore.c function add_param_to_argv(char *parsestart) which skips the parameters "". Here is a example how to reproduce the problem: - add a rule with an empty comment to running iptables - run iptables-save - run iptables-restore on the file saved by iptables-save [root at ip-10-1-1-93 ~]# iptables -t filter -A INPUT -s...
2019 May 27
0
[ANNOUNCE] iptables 1.8.3 release
...ld to builtin_table nft: move chain_cache back to struct nft_handle nft: move initialize to struct nft_handle xtables: constify struct builtin_table and struct builtin_chain extensions: libip6t_mh: fix bogus translation error xshared: check for maximum buffer length in add_param_to_argv() man: refer to iptables-translate and ip6tables nft: add struct nft_cache nft: statify nft_rebuild_cache() nft: add __nft_table_builtin_find() nft: add flush_cache() nft: cache table list nft: ensure cache consistency nft: keep original cache in case...