-
I've researched on malware scanner engine a lot recently and I found out this engine could be expanded. There are some good points
1. The only open-source Malware scanner engine is ClamAV, which use…
-
I'm not sure if this is the minimal test case, but I think it's pretty close. On f5aa612 (tip of test-gen-support), the following test case results in a memory leak.
```java
package Iterator;
i…
-
The method `daast_from_str(filename, args=None)` in `parser.py` initializes `Parser` with `filename` and optional `args`. The `args` are used as `options` in initialization of `Resolver`. Initializi…
-
Source code compilers:
- [glslang](https://github.com/KhronosGroup/glslang) and [SPIRV-Cross](https://github.com/KhronosGroup/spirv-cross)
- We should check if it supports compilation from HLSL to…
-
`pkg` fails to bundle `w3cli`.
I'm using this issue to track `pkg` specific bundling issues, and will use #82 to track the more general bundling plan
```shell
❯ npx pkg ./bin.js -t node18-mac
…
-
### Version:
ch version 1.12.0.0-beta
### PoC:
```js
let args = new Array(0x10000);
args.fill();
args = args.map((_, i) => 'a' + i).join(', ');
let gun = eval(`(function () {
class…
-
https://github.com/returntocorp/pfff/blob/develop/changes.txt#039-q4-2019-real-python-parser-a-generic-ast-a-generic-sgrepscheck split off several tools:
```
* 0.39 (Q4 2019) (real Python parser, a …
-
Maybe somehow we can generate bytecode, and run from bytecode? without `assemble_from_file`.
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…
-
```
What steps will reproduce the problem?
Create a simple kernel like this:
class MyKernel extends Kernel {
int[] a = new int[1];
int[] b = new int[1];
public void run() {
a[b[0]++] = 1;…