Convert snd-page-alloc proc file to use seq_file (CVE-2007-4571)
commit788450fa451454cc8ff3593b4f9fdb653c296583
authorTakashi Iwai <tiwai@suse.de>
Mon, 17 Sep 2007 19:55:10 +0000 (17 21:55 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 25 Sep 2007 06:03:21 +0000 (24 23:03 -0700)
treeea92e49286aa61a447a21ac9105662a38a41102b
parent8e6d05e205143e13339fcaad930ed1a4478da1c8
Convert snd-page-alloc proc file to use seq_file (CVE-2007-4571)

changeset ccec6e2c4a74adf76ed4e2478091a311b1806212 in mainline.

Use seq_file for the proc file read/write of snd-page-alloc module.
This automatically fixes bugs in the old proc code.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
sound/core/memalloc.c