• Sergei Golubchik's avatar
    compilation failure in CONNECT · 813e5927
    Sergei Golubchik authored
    storage/connect/tabfmt.cpp:419:24: error: '%.3d' directive writing between 3 and 10 bytes into a region of size 5 [-Werror=format-overflow=]
      419 |       sprintf(buf, "COL%.3d", i+1);
    813e5927
tabfmt.cpp 49.8 KB