svf-lib 1.0.2568 → 1.0.2569

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.
@@ -336,7 +336,7 @@ protected:
336
336
  }
337
337
  else
338
338
  {
339
- SVFUtil::wrnMsg("not support indirect call to add AddrStmt.\n");
339
+ SVFUtil::writeWrnMsg("not support indirect call to add AddrStmt.\n");
340
340
  }
341
341
  if (functionName == "malloc")
342
342
  {
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2568",
3
+ "version": "1.0.2569",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {