FreeBSD Bugzilla – Attachment 201468 Details for
Bug 235110
13.0-CURRENT drops to debugger on shutdown with IPNAT enabled.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for PR 235110
ip_nat.c.diff (text/plain), 505 bytes, created by
Cy Schubert
on 2019-01-28 03:52:27 UTC
(
hide
)
Description:
Patch for PR 235110
Filename:
MIME Type:
Creator:
Cy Schubert
Created:
2019-01-28 03:52:27 UTC
Size:
505 bytes
patch
obsolete
>diff --git a/sys/contrib/ipfilter/netinet/ip_nat.c b/sys/contrib/ipfilter/netinet/ip_nat.c >index 7c3e0c9fcee..dc441cbd029 100644 >--- a/sys/contrib/ipfilter/netinet/ip_nat.c >+++ b/sys/contrib/ipfilter/netinet/ip_nat.c >@@ -1866,7 +1866,7 @@ ipf_nat_getent(softc, data, getlock) > */ > if (nat->nat_ptr != NULL) > bcopy((char *)nat->nat_ptr, (char *)&ipn->ipn_ipnat, >- ipn->ipn_ipnat.in_size); >+ sizeof(nat->nat_ptr)); > > /* > * If we also know the NAT entry has an associated filter rule,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235110
:
201308
|
201309
|
201380
|
201416
|
201417
|
201418
|
201419
|
201420
|
201421
|
201422
|
201456
| 201468 |
201511
|
201516