Files
codeql/cpp/ql/src/Critical
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
..
2022-10-12 04:40:26 -04:00
2019-05-01 13:59:28 +01:00
2020-04-14 11:39:44 +02:00
2023-03-23 13:06:19 +01:00
2021-06-15 13:25:17 +01:00
2021-06-15 13:25:17 +01:00
2018-09-23 16:23:52 -07:00
2023-07-05 15:24:40 +01:00