Open ccdriver opened 7 months ago
in nonpnp sample, line 976 of nonpnp.c if (datalen <= OutputBufferLength) { RtlCopyMemory(buffer, data, datalen); } else { RtlCopyMemory(buffer, data, OutputBufferLength); }
in nonpnp sample, line 976 of nonpnp.c if (datalen <= OutputBufferLength) { RtlCopyMemory(buffer, data, datalen); } else { RtlCopyMemory(buffer, data, OutputBufferLength); }