vtcode 0.141.11

A Rust-based terminal coding agent with modular architecture supporting multiple LLM providers
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
id: no-malloc-free-cpp
snapshots:
  ? |
    free(ptr);
  : labels:
    - source: free(ptr)
      style: primary
      start: 0
      end: 9
  ? |
    int *p = (int *)malloc(sizeof(int) * 10);
  : labels:
    - source: malloc(sizeof(int) * 10)
      style: primary
      start: 16
      end: 40