diff options
author | Dan Carpenter <dan.carpenter@oracle.com> | 2015-04-17 15:19:46 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-04-17 15:32:17 +0200 |
commit | f4d770317997f89bb6997ee3e8dd495cb8356ae9 (patch) | |
tree | c77e1d3c7907079d5bbdaaa2ff3b3e48107d6881 /Documentation/dontdiff | |
parent | ALSA: hda - Fix regression for slave SPDIF setups (diff) | |
download | linux-f4d770317997f89bb6997ee3e8dd495cb8356ae9.tar.xz linux-f4d770317997f89bb6997ee3e8dd495cb8356ae9.zip |
ALSA: hda - potential (but unlikely) uninitialized variable
This function is a bit unusual because it accepts negative values as
"conn_len". It's theoretically possible for both "cache_len" and
"conn_len" to be -ENOSPC and in that case we would oops trying to run
memcmp() on the uninitialized "list" pointer.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/dontdiff')
0 files changed, 0 insertions, 0 deletions