Page MenuHomeFreeBSD

D45237.diff
No OneTemporary

D45237.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, 7:34 AM (21 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14669933
Default Alt Text
D45237.diff (302 B)

Event Timeline