Thomas Jarosch 43e9c1f0bd STL check: Detect return of implict string conversion + .c_str()
Examples are:

    std::string msg;
    return ("ERROR: " + msg).c_str();

or

    return ("ERROR: " + std::string("crash me")).c_str();
2011-10-26 22:14:47 +02:00
..
2011-10-13 20:53:06 +02:00
2011-10-13 20:53:06 +02:00
2010-02-19 07:21:16 +01:00
2011-10-23 15:45:56 +02:00
2011-10-23 10:22:10 +02:00
2011-10-25 22:38:23 +02:00