]> git.ipfire.org Git - thirdparty/systemd.git/commit
firewall-util: use fixed size array for chain name 12939/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Jul 2019 15:09:31 +0000 (00:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 4 Jul 2019 17:45:00 +0000 (02:45 +0900)
commitd14be488a7de58cbd16d19f62f0894f60e63b027
tree9f7441a8323519af897c6bb44f71d0ded0a038a1
parent4bbccb02eaee35e20d3031e7ba4b3d08631ce934
firewall-util: use fixed size array for chain name

xt_chainlabel is defined as
```
typedef char xt_chainlabel[32];
```
src/shared/firewall-util.c