-
Hello @aarzilli
Environment:
- Golang: 1.23
- Lua: 5.4.6
- golua: last version
I am building a static go binary with the following command:
```sh
go build -tags "luaa lua54 yara_static" -o…
-
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
I had recently upgraded from aws-sdk-cpp 1.9.96 to 1.9.160, and in this update, the cJSON.h has been customized to redefine many functions to use the CJSON_AS4CPP convention.
The previous implement…
-
if (scale == 0 && subscale == 0)
{
item->valuedouble = item->sign * d;
item->valueint = item->sign * n;
item->type = cJSON_Int;
}
else
{
pri…
WVito updated
3 weeks ago
-
Hi,
I'm compiling cJSON using CMake FetchContent with LLVM clang 16 on Windows:
```
> clang.exe --version
clang version 16.0.0
Target: x86_64-pc-windows-msvc
Thread model: posix
InstalledDi…
-
ref https://github.com/ostreedev/ostree-rs-ext/pull/652#discussion_r1702163548
Today the [image spec talks about canonical JSON](https://github.com/opencontainers/image-spec/blob/39ab2d54cfa8fe1bee…
-
This segfault occurs due to a lack of valid cJSON obj validation in events_v1_event_parseFromJSON
https://github.com/kubernetes-client/c/blob/2d93989a21591b0748485dd0919d713e0121db22/kubernetes/mod…
-
Hi,
After a while that the program runs (about 30 hours) the esp creshes with LoadProhibitedCause and the core dump report that cJSON_strdup (that was call into cJSON_Duplicate) function cannot acces…
-
I would like to display a hint in the filebrowser, that a tag/taf is actually marked as hidden. The hide information is stored within the json file. Can this information be also provided in the fileIn…