dai_is_unit_tired_waiting_boat() NULL dereference when unit has no homecity
dai_is_unit_tired_waiting_boat() has : "if (tile_continent(src) != tile_continent(src_home_city))" where src_home_city might be NULL. tile_continent() is just a macro that does not check it's parameter.
Also a S2_6 version attached
dai_is_unit_tired_waiting_boat() has : "if (tile_continent(src) != tile_continent(src_home_city))" where src_home_city might be NULL. tile_continent() is just a macro that does not check it's parameter.