• unknown's avatar
    Bug #27164: not reseting the data pointer · 3335f68d
    unknown authored
     to 0 causes wrong (large) length to be read
     from the row in _mi_calc_blob_length() when 
     storing NULL values in (e.g) POINT columns.
     This large length is then used to allocate
     a block of memory that (on some OSes) causes
     trouble.
     Fixed by calling the base class's 
     Field_blob::reset() from Field_geom::reset()
     that is called when storing a NULL value into
     the column.
    
    
    mysql-test/r/gis.result:
      Bug #27164: test case
    mysql-test/t/gis.test:
      Bug #27164: test case
    sql/field.h:
      Bug #27164: not reseting the data pointer
       to 0 causes wrong (large) length to be read
       from the row in _mi_calc_blob_length() when 
       storing NULL values in (e.g) POINT columns.
       This large length is then used to allocate
       a block of memory that (on some OSes) causes
       trouble.
    3335f68d
gis.test 20.4 KB