Page MenuHomeFreeBSD

D41648.diff
No OneTemporary

D41648.diff

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

Mime Type
text/plain
Expires
Fri, Jul 24, 2:54 PM (16 h, 49 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
35446933
Default Alt Text
D41648.diff (311 B)

Event Timeline