[Bug 48174] wine-mono creates incorrect strings

WineHQ Bugzilla wine-bugs at winehq.org
Sun Apr 26 17:08:12 CDT 2020


https://bugs.winehq.org/show_bug.cgi?id=48174

--- Comment #40 from Rafał Mużyło <galtgendo at o2.pl> ---
...OK, lets hope I cooled down sufficiently to respond to that rationally...

I actually was thinking about your proposed patch when I've seen that PR.

For example, mono_gc_alloc_vector in metadata/sgen-mono.c already aligns to 8,
what if it actually should align to 16 ?

That is, you *unconditionally* add that SIZEOF_VOID_P padding, which will a
step later be aligned to 8. What if this problem means that 8 is simply not
enough ?

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list