commit | 137d9ebfdbaa45c01f9f0f6d5121ae6f1eb942bd | [log] [tgz] |
---|---|---|
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | Fri Feb 19 21:00:02 2010 +0100 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Wed Feb 24 20:36:54 2010 +0100 |
tree | 982433a233709231acc7ae92d31dbee166602e8e | |
parent | 58aaa5427663b680030aa58aaaf1e2738564b8dc [diff] |
firewire: core: fix an information leak If a device exposes a sparsely populated configuration ROM, firewire-core's sysfs interface and character device file interface showed random data in the gaps between config ROM blocks. Fix this by zero-initialization of the config ROM reader's scratch buffer. Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>