Files
codeql/cpp/ql/src
Jeroen Ketema 0c0720a962 C++: Improve use-after-free example code
* Remove the mismatch between `new` and `free` and use `delete` instead
* Make the function `void`, so people copying the code will not forget
  to add a `return`.
* Balance out the `...` for omitted code.
2023-08-03 11:06:15 +02:00
..
2023-06-08 10:10:21 +02:00
2021-03-25 10:23:17 +01:00
2022-08-25 20:52:27 +02:00
2022-10-14 15:08:43 -04:00