Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146711973
D39198.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
443 B
Referenced Files
None
Subscribers
None
D39198.diff
View Options
diff --git a/lib/libpfctl/libpfctl.c b/lib/libpfctl/libpfctl.c
--- a/lib/libpfctl/libpfctl.c
+++ b/lib/libpfctl/libpfctl.c
@@ -1188,7 +1188,6 @@
_pfctl_clear_states(int dev, const struct pfctl_kill *kill,
unsigned int *killed, uint64_t ioctlval)
{
- struct pfioc_nv nv;
nvlist_t *nvl;
int ret;
@@ -1211,7 +1210,6 @@
*killed = nvlist_get_number(nvl, "killed");
nvlist_destroy(nvl);
- free(nv.data);
return (ret);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 10:48 PM (20 h, 18 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29301501
Default Alt Text
D39198.diff (443 B)
Attached To
Mode
D39198: libpfctl: Don't pass stack garbage to free.
Attached
Detach File
Event Timeline
Log In to Comment