Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102154030
D41648.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
311 B
Referenced Files
None
Subscribers
None
D41648.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
@@ -257,6 +257,9 @@
{
struct pfctl_status_counter *c, *tmp;
+ if (status == NULL)
+ return;
+
TAILQ_FOREACH_SAFE(c, &status->counters, entry, tmp) {
free(c->name);
free(c);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 7:11 AM (18 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14552702
Default Alt Text
D41648.diff (311 B)
Attached To
Mode
D41648: libpfctl: allow pfctl_free_status(NULL)
Attached
Detach File
Event Timeline
Log In to Comment