Skip to content
  • Rémi Verschelde's avatar
    Fix VariantWriter overflow on 64-bit int · b39e1df7
    Rémi Verschelde authored
    Integers in Godot are signed 64-bit ints (int64_t), but var2str used
    int behind the scenes and would thus overflow after 2^31.
    
    Also properly documented the actual bounds of int and the behaviour
    when overflowing them.
    b39e1df7