city_sum_add_real() calling strcmp(?, NULL)
As clang analyzer reports, city_sum_add_real() has a "strcmp(sum->sumsi.auxfmt, auxfmt)" while auxfmt can be NULL (checked on S3_0)
As clang analyzer reports, city_sum_add_real() has a "strcmp(sum->sumsi.auxfmt, auxfmt)" while auxfmt can be NULL (checked on S3_0)