aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-05-04 01:33:58 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-05-04 01:33:58 +0000
commit652349d0a5b9b9504fc2e9d145c3f2c83776d7df (patch)
tree44c4ef6742ebf21d21e57b98ef25bceb2353ce89 /wiretap
parenta151b7c3e33b1b43eb1ae8ddaef477f936e70f16 (diff)
Partial fix for https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7221
(emem alignment problems on SPARC) : Add the room for the pointer to the next (from r31577) *before* calculating the canary+pad: that way the complete allocation (allocation+canary_ptr+canary+pad) will end on an 8-byte boundary (as was the case before r31577). This only solves the alignment problem when using canaries (i.e., not, by default, se_ allocations). (And, yes, this is ignoring the 16-byte alignment requirements of long doubles.) svn path=/trunk/; revision=42407
Diffstat (limited to 'wiretap')
0 files changed, 0 insertions, 0 deletions