MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / std_vector_data_arithmetic

Function std_vector_data_arithmetic

test/cfg/std.cpp:5103–5108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5101}
5102
5103void std_vector_data_arithmetic()
5104{
5105 std::vector<char> buf;
5106 buf.resize(1);
5107 memcpy(buf.data() + 0, "", 1);
5108}
5109
5110void memleak_std_malloc() // #12332
5111{

Callers

nothing calls this directly

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected