Let sockaddr_storage_to_ip() assert that addr isn't NULL
authorFabian Keil <fk@fabiankeil.de>
Sun, 4 Jun 2017 14:42:54 +0000 (14:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 4 Jun 2017 14:42:54 +0000 (14:42 +0000)
commitac4021e8a919ef7f9308c28204ade61466a73541
treece048090ce744d44045284c49064a3113224338e
parentc48afc6b0dd9b8dd90f6d51d7ab0370ad3cd5c9f
Let sockaddr_storage_to_ip() assert that addr isn't NULL

Calling the function with a NULL pointer is unreasonable,
we currently don't do it (intentionally) and shouldn't start
to do it (intentionally) in the future.
filters.c