Page MenuHomeFreeBSD

D45237.id138790.diff
No OneTemporary

D45237.id138790.diff

diff --git a/sys/dev/sound/pcm/sndstat.c b/sys/dev/sound/pcm/sndstat.c
--- a/sys/dev/sound/pcm/sndstat.c
+++ b/sys/dev/sound/pcm/sndstat.c
@@ -705,7 +705,7 @@
}
*nvl = nvlist_unpack(nvlbuf, nbytes, 0);
free(nvlbuf, M_DEVBUF);
- if (nvl == NULL) {
+ if (*nvl == NULL) {
return (EINVAL);
}

File Metadata

Mime Type
text/plain
Expires
Sun, Nov 17, 4:01 AM (20 h, 41 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669933
Default Alt Text
D45237.id138790.diff (302 B)

Event Timeline