need to return here to prevent segfault (#1052)

This commit is contained in:
Spencer Sevilla 2021-06-14 19:04:36 -07:00 committed by GitHub
parent d9b5c29a9b
commit 449b5b484f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -159,6 +159,7 @@ ogs_pfcp_rule_t *ogs_pfcp_pdr_rule_find_by_packet(
ogs_error("Invalid packet [IP version:%d, Packet Length:%d]",
ip_h->ip_v, pkbuf->len);
ogs_log_hexdump(OGS_LOG_ERROR, pkbuf->data, pkbuf->len);
return NULL;
}
ogs_debug("PROTO:%d SRC:%08x %08x %08x %08x",