AutoArray size and capacity are signed 32bit Integers.
That's already bad because size and capacity should really be unsigned.
Even worse on x64. There they are also 32bit Integers but with 32 additional bit of padding because of alignment.
So you have 32Bit signed Integers where there should be a 64Bit unsigned Integer.
I think the same might actually also apply to RString.
Description
Description
Details
Details
- Severity
- Feature
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 8 x64
- Category
- Engine