Fraunhofer-IIS/libjapi

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

fraunhofer-iis-bot opened this issue · 10 comments

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

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

added 1 commit

  • fe0ded4e - Break out of do while loop before the freed client memory is used again.

Compare with previous version

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

added 1 commit

  • 5c41646f - Dont create json object if the request is no valid json string

Compare with previous version

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

added 1 commit

  • b3dd947b - Added Comments.

Compare with previous version

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

marked this merge request as ready

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

added 1 commit

  • fa0f5d01 - minor code style/readability improvement

Compare with previous version

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

changed target branch from master to dev

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

added 10 commits

  • fa0f5d01...5d65257f - 6 commits from branch dev
  • 5414749 - Break out of do while loop before the freed client memory is used again.
  • e3c8cb3 - Dont create json object if the request is no valid json string
  • 0b63943 - Added Comments.
  • 688f2ee - minor code style/readability improvement

Compare with previous version

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

approved this merge request

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

mentioned in commit 0c207a4

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

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