• Kristofer Pettersson's avatar
    Bug#55531 crash with conversions of geometry types / strings · 5caea4a9
    Kristofer Pettersson authored
    Convertion from a floating point number to a string caused a
    crash.
    
    During rare circumstances a String object could crash when
    it was requested to allocate new memory.
    A crash could occcur in Field_double::val_str() because of
    a pointer referencing memory inside a String object which was
    of unknown size.
    And finally, the geometric collection should not accept
    arguments which are non geometric.
    5caea4a9
gis.result 44 KB