Skip to content

A collection of shell scripts that build a config file for use with NetFilter.

License

Notifications You must be signed in to change notification settings

sunny73cr/setup-netfilter

Repository files navigation

setup-netfilter

https://git.netfilter.org/nftables/tree/src/payload.c Line 342:

if (base != PROTO_BASE_TRANSPORT_HDR)
   return;

https://git.netfilter.org/nftables/tree/src/netlink_delinearize.c Line 458 to Line 471:

netlink_parse_bitwise_mask_xor(...
  struct nft_data_delinearize nld;
  ...
  nld.value = nftnl_expr_get(nle, NFTNL_EXPR_BITWISE_MASK, &nld.len);
     ^                                                     ^
     Null dereference...                                   Undefined behaviour; uninitialised ptr...

Please read the LICENSE file.

The 'merge main into development' commit is not how I requested the action on my end.

About

A collection of shell scripts that build a config file for use with NetFilter.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages