Albert Gierlach
Albert Gierlach
### Description It seems that the `dq` and `telescope` interfaces are slightly different. dq treats argument as a hex value, but telescope tries to parse it in some way. I...
### Description Hi, I have the following problem: I have a repository where each service has its own separate directory containing a `Dockerfile` (same for each service) and a file...
### Describe the bug 描述你遇到的错误 tags with spaces aren't displayed ### Expected behavior 期待的行为 tags with spaces are displayed ### Screenshots 屏幕截图  ### Build Environment 构建环境 Commit: 0f6c6632 ###...
Hello, during my research on this project, I noticed that `OP_CALL` handler does not check the bounds when saving `programCounter` into `image[programStack + 4]` (https://github.com/jnz/q3vm/blob/master/src/vm/vm.c#L1098). Combining this with `OP_ENTER` (to...
Hello, during my research on this project, I noticed that `opStack` variable is not zero-initialized (https://github.com/jnz/q3vm/blob/master/src/vm/vm.c#L873). This can lead to the memory disclosure issue. Ideally, `opStack` should be zeroed on...
Hi, I found the following problem while fuzzing libfyaml ### Code version `6e52e4d8b6adb01cc2fc377fab7b7fd523364438` ### How to reproduce ```c #include #include int main(int argc, char **argv) { struct fy_path_parse_cfg parse_cfg =...
Hi, I found the following problem while fuzzing libfyaml ### Code version `6e52e4d8b6adb01cc2fc377fab7b7fd523364438` ### How to reproduce ```c #include #include int main(int argc, char **argv) { char data[] = "\x7f\x00";...
Hi, I found the following problem while fuzzing libfyaml ### Code version `6e52e4d8b6adb01cc2fc377fab7b7fd523364438` ### How to reproduce ```c #include #include int main(int argc, char **argv) { struct fy_document *fyd =...
Hi, I found the following problem while fuzzing libfyaml ### Code version `6e52e4d8b6adb01cc2fc377fab7b7fd523364438` ### How to reproduce ```c #include #include #include int main() { struct fy_document *fyd = NULL; int...