Module Name:src
Committed By: maxv
Date: Sat Oct 15 08:37:55 UTC 2016
Modified Files:
src/sys/dev/if_ndis: if_ndis_pci.c
Log Message:
There are several leaks in here, just fix one that should have been fixed
in rev1.21
To generate a diff of this commit:
cvs rdiff -u -r1.
Module Name:src
Committed By: maxv
Date: Mon Aug 15 08:40:23 UTC 2016
Modified Files:
src/sys/dev/if_ndis: if_ndis_pccard.c
Log Message:
Uninitialized var, found by brainy. FreeBSD fixed it this way four years
ago. I haven't tested this change, but it is rather obvious, as
Module Name:src
Committed By: maxv
Date: Mon Aug 15 08:12:32 UTC 2016
Modified Files:
src/sys/dev/if_ndis: if_ndis.c
Log Message:
Uninitialized var, found by brainy
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 src/sys/dev/if_ndis/if_ndis.c
Please note t
Module Name:src
Committed By: christos
Date: Sat Apr 4 15:22:02 UTC 2015
Modified Files:
src/sys/dev/if_ndis: if_ndis_pci.c
Log Message:
don't leak rl (but there are other leaks), found by Brainy.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/dev
Module Name:src
Committed By: he
Date: Mon Sep 1 19:46:55 UTC 2014
Modified Files:
src/sys/dev/if_ndis: if_ndis_pci.c
Log Message:
Remove redundant test for rl == NULL, that's already established
right after its allocation, and rl isn't re-assigned later.
To generate a