Fraunhofer-IIS / libjapi

libjapi is a universal JSON to C API library. It receives newline-delimited JSON (NDJSON) messages via TCP and calls registered C functions. A JSON response is returned for each request. Furthermore, it is also possible to create push services, which asynchronously push JSON messages to the clients subscribed to them.
MIT License
3 stars 1 forks source link

Resolve "Valgrind: Invalid read of size 4 after client disconnect" - [merged] #108

Closed fraunhofer-iis-bot closed 1 year ago

fraunhofer-iis-bot commented 3 years ago

In GitLab by @Michael-M-Baron on Sep 13, 2021, 11:35

Merges 37-valgrind-invalid-read-of-size-4-after-client-disconnect -> dev

Closes #37

fraunhofer-iis-bot commented 3 years ago

In GitLab by @Michael-M-Baron on Sep 13, 2021, 11:37

added 1 commit

Compare with previous version

fraunhofer-iis-bot commented 3 years ago

In GitLab by @Michael-M-Baron on Sep 13, 2021, 11:46

added 1 commit

Compare with previous version

fraunhofer-iis-bot commented 3 years ago

In GitLab by @Michael-M-Baron on Sep 21, 2021, 10:53

added 1 commit

Compare with previous version

fraunhofer-iis-bot commented 3 years ago

In GitLab by @Michael-M-Baron on Sep 21, 2021, 10:55

marked this merge request as ready

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:20

added 1 commit

Compare with previous version

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:23

changed target branch from master to dev

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:24

added 10 commits

Compare with previous version

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:26

approved this merge request

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:31

mentioned in commit 0c207a4be01465b3d5406a4e3e23e23296a0bc3f

fraunhofer-iis-bot commented 3 years ago

In GitLab by @cstender on Sep 28, 2021, 16:32

Thanks a lot for spotting, debugging and fixing the issue!