Staging
v0.7.0
https://github.com/torvalds/linux
Revision bda1cda54b7e1654e9416fec76e6342847b25216 authored by Patrick Boettcher on 07 September 2008, 19:04:38 UTC, committed by Mauro Carvalho Chehab on 05 October 2008, 02:01:21 UTC
The array size of 'shadow' still needs to be fixed in order to not overflow when reading register 0x00.

Thanks to Oliver Endriss for pointing that out.

Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
1 parent c18c5ff
Raw File
Tip revision: bda1cda54b7e1654e9416fec76e6342847b25216 authored by Patrick Boettcher on 07 September 2008, 19:04:38 UTC
V4L/DVB (9043): S5H1420: Fix size of shadow-array to avoid overflow
Tip revision: bda1cda
datastream.h
/*
 * datastream.h
 *
 */

struct buffer_head *befs_read_datastream(struct super_block *sb,
					 befs_data_stream * ds, befs_off_t pos,
					 uint * off);

int befs_fblock2brun(struct super_block *sb, befs_data_stream * data,
		     befs_blocknr_t fblock, befs_block_run * run);

size_t befs_read_lsymlink(struct super_block *sb, befs_data_stream * data,
			  void *buff, befs_off_t len);

befs_blocknr_t befs_count_blocks(struct super_block *sb, befs_data_stream * ds);

extern const befs_inode_addr BAD_IADDR;

back to top