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 the FreeBSD commit indicates, that sc->ndis_io_rid should be used instead. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/if_ndis/if_ndis_pccard.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.