svf-lib 1.0.1920 → 1.0.1922

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -267,8 +267,16 @@ public:
267
267
  static const Option<u32_t> Timeout;
268
268
  /// bug info output file, Default: output.db
269
269
  static const Option<std::string> OutputName;
270
- /// open buffer overflow checker, Default: false
270
+ /// buffer overflow checker, Default: false
271
271
  static const Option<bool> BufferOverflowCheck;
272
+ /// memory leak check, Default: false
273
+ static const Option<bool> MemoryLeakCheck;
274
+ /// file open close checker, Default: false
275
+ static const Option<bool> FileCheck;
276
+ /// double free checker, Default: false
277
+ static const Option<bool> DFreeCheck;
278
+ /// data race checker, Default: false
279
+ static const Option<bool> RaceCheck;
272
280
  /// if the access index of gepstmt is unknown, skip it, Default: false
273
281
  static const Option<bool> GepUnknownIdx;
274
282
  static const Option<bool> RunUncallFuncs;
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -267,8 +267,16 @@ public:
267
267
  static const Option<u32_t> Timeout;
268
268
  /// bug info output file, Default: output.db
269
269
  static const Option<std::string> OutputName;
270
- /// open buffer overflow checker, Default: false
270
+ /// buffer overflow checker, Default: false
271
271
  static const Option<bool> BufferOverflowCheck;
272
+ /// memory leak check, Default: false
273
+ static const Option<bool> MemoryLeakCheck;
274
+ /// file open close checker, Default: false
275
+ static const Option<bool> FileCheck;
276
+ /// double free checker, Default: false
277
+ static const Option<bool> DFreeCheck;
278
+ /// data race checker, Default: false
279
+ static const Option<bool> RaceCheck;
272
280
  /// if the access index of gepstmt is unknown, skip it, Default: false
273
281
  static const Option<bool> GepUnknownIdx;
274
282
  static const Option<bool> RunUncallFuncs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1920",
3
+ "version": "1.0.1922",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {