summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorJeremy Sowden <jeremy@azazel.net>2023-08-26 17:32:26 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2023-08-28 17:17:52 +0200
commitd417ceaa947c5f7f5d691037d0abe1deca957313 (patch)
tree86184bc9ad46135ae49256eb3c5e6bd0ec6caece /AUTHORS
parente8b6646b2487b84789d1f06f5c948337a91d1230 (diff)
read_config_yy: correct arguments passed to `inet_aton`
`inet_aton` expects a `struct in_addr *`. In a number of calls, we pass pointers to structs or unions which contain a `struct in_addr` member. Pass pointers to the members instead. In another call, we pass a pointer to a uint32_t. Cast it. Signed-off-by: Jeremy Sowden <jeremy@azazel.net> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions