You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix spurious appsec munmaps in ZTS mode (#3590)
Once any ZTS thread shuts down, _shared_state is munmap'ped().
It will be unmapped and any other later mapping may happen at that same place through bad luck. If another thread shuts down, it will munmap this again and accesses to the later mapping are now crashing.
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Bump to 1.14.0 (#3483)
* Bump to 1.14.0
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
* Ensure newest one-pipeline
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
---------
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
Fix top Code Origin frame for ExecIntegration and KafkaIntegration (#……3392)
* Fix top Code Origin frame for ExecIntegration and KafkaIntegration
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>
* Fix double code origin
---------
Signed-off-by: Bob Weinand <bob.weinand@datadoghq.com>