diff options
author | Julia Lawall <[email protected]> | 2009-12-13 08:41:12 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <[email protected]> | 2009-12-16 09:27:55 -0200 |
commit | 9518f179128b02c221ffdd692249836bb05a94de (patch) | |
tree | 278cc40c41f2432dae3e997f7be1046d1e58820e /tools/perf/util/trace-event-scripting.c | |
parent | b4d887cfd735a15d32dbab82334f227a75775b86 (diff) |
V4L/DVB (13685): Correct code taking the size of a pointer
sizeof(print_buf) is just the size of the pointer. Change it to the size
used in the allocation of print_buf earlier in the same function.
A simplified version of the semantic patch that finds this problem is as
follows: (http://coccinelle.lip6.fr/)
// <smpl>
@@
expression *x;
expression f;
type T;
@@
*f(...,(T)x,...)
// </smpl>
Cc: Janne Grunau <[email protected]>
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions