79198280

Date: 2024-11-17 22:28:34
Score: 1.5
Natty:
Report link

First of all, .c_str() method returns temporary object. Change it with .data() method.

In your code:

mqttConfig.cert_pem = certificate.data();
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Сергей Морозов