Convert snd-page-alloc proc file to use seq_file (CVE-2007-4571)
commit0de89fc504de8ce2e0aefc6b944a85cf97b3d265
authorTakashi Iwai <tiwai@suse.de>
Sun, 7 Oct 2007 01:26:43 +0000 (7 03:26 +0200)
committerAdrian Bunk <bunk@kernel.org>
Sun, 7 Oct 2007 01:26:43 +0000 (7 03:26 +0200)
tree9cc73d9ff6d5ef04ddd38d2616eb60d7251f8303
parentd98c1fe4557680dd52543db7716d2badd6701cf7
Convert snd-page-alloc proc file to use seq_file (CVE-2007-4571)

Commit 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.

Adrian Bunk:
Backported to 2.6.16.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
sound/core/memalloc.c