artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7a11b2
)
move label to fix RAMDISK
author
deraadt
<deraadt@openbsd.org>
Thu, 25 Nov 2021 23:03:05 +0000
(23:03 +0000)
committer
deraadt
<deraadt@openbsd.org>
Thu, 25 Nov 2021 23:03:05 +0000
(23:03 +0000)
sys/netinet/tcp_input.c
patch
|
blob
|
history
diff --git
a/sys/netinet/tcp_input.c
b/sys/netinet/tcp_input.c
index
9b9c839
..
e674432
100644
(file)
--- a/
sys/netinet/tcp_input.c
+++ b/
sys/netinet/tcp_input.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: tcp_input.c,v 1.37
1 2021/11/25 13:46:02 bluhm Exp $
*/
+/* $OpenBSD: tcp_input.c,v 1.37
2 2021/11/25 23:03:05 deraadt Exp $
*/
/* $NetBSD: tcp_input.c,v 1.23 1996/02/13 23:43:44 christos Exp $ */
/*
@@
-2275,8
+2275,8
@@
tcp_dooptions(struct tcpcb *tp, u_char *cp, int cnt, struct tcphdr *th,
return (0);
- bad:
#ifdef TCP_SIGNATURE
+ bad:
tdb_unref(tdb);
#endif /* TCP_SIGNATURE */
return (-1);