Page MenuHomeFeedback Tracker

AutoArray Size and Capacity are signed Integers
New, NormalPublic

Description

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.

Details

Severity
Feature
Resolution
Open
Reproducibility
Always
Operating System
Windows 8 x64
Category
Engine

Event Timeline

dedmen created this task.May 28 2017, 3:46 AM
dedmen updated the task description. (Show Details)