diff options
author | Alexey Dobriyan <[email protected]> | 2010-02-08 11:17:43 -0800 |
---|---|---|
committer | David S. Miller <[email protected]> | 2010-02-08 11:17:43 -0800 |
commit | 14c7dbe043d01a83a30633ab6b109ba2ac61d9f7 (patch) | |
tree | 0358b6f285036f64c5f5cd6aac4bd2b0768fee8e /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | 13ccdfc2af03e09e60791f7d4bc4ccf53398af7c (diff) |
netfilter: xtables: compat out of scope fix
As per C99 6.2.4(2) when temporary table data goes out of scope,
the behaviour is undefined:
if (compat) {
struct foo tmp;
...
private = &tmp;
}
[dereference private]
Signed-off-by: Alexey Dobriyan <[email protected]>
Cc: [email protected]
Signed-off-by: Patrick McHardy <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions