From: Christos Tsantilas Date: Mon, 14 Dec 2015 10:00:07 +0000 (+0200) Subject: %ssl:: param_error_depth.length() && strncmp(param, param_error_depth.c_str(), param_error_depth.length()) == 0 && std::all_of(v.begin(), v.end(), isdigit)) { - currentItem.error_depth = std::stoi(v); + currentItem.error_depth = atoi(v.c_str()); } else { debugs(83, DBG_IMPORTANT, "WARNING: cert validator response parse error: Unknown parameter name " << std::string(param, param_len).c_str()); return false;