diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-18 13:25:18 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2026-04-20 11:16:16 +0000 |
| commit | 4cdbcc2b6a2e551529f7133665ef406869b48bf7 (patch) | |
| tree | 1461fc6db755283b5c31ea1461e03f37b561dd3b /sys | |
| parent | 395c8f0855e0039205d9cb97adec39d9b9307c8b (diff) | |
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet/sctp_output.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/sctp_output.c b/sys/netinet/sctp_output.c index 4f6fbc6be783..85513d32fedf 100644 --- a/sys/netinet/sctp_output.c +++ b/sys/netinet/sctp_output.c @@ -12599,6 +12599,7 @@ sctp_lower_sosend(struct socket *so, error = 0; net = NULL; stcb = NULL; + inp = NULL; if ((uio == NULL) && (top == NULL)) { error = EINVAL; |
