Edouard Schweisguth
Edouard Schweisguth
The `agent-github-action` action is deprecated and the use of the service instead is now recommended: https://github.com/DataDog/agent-github-action?tab=readme-ov-file#deprecation-notice
### Tracer Version(s) HEAD (f92a95e4313dda76ac10592731652e282e9fd66b) ### Go Version(s) go version go1.23.5 linux/amd64 ### Bug Report Running the already existing fuzz test causes a test failure for FuzzParseTraceparent [here](https://github.com/DataDog/dd-trace-go/blob/main/ddtrace/tracer/textmap_test.go#L2349). This specific...
### Tracer Version(s) Head (f92a95e4313dda76ac10592731652e282e9fd66b) ### Go Version(s) go version go1.23.5 linux/amd64 ### Bug Report Running the already existing fuzz test causes a test failure for `FuzzParseTraceparent` [here](https://github.com/DataDog/dd-trace-go/blob/main/ddtrace/tracer/textmap_test.go#L2407). This specific...
### What does this PR do? This PR adds a fuzz test (and a regression test with its first crash. ### Motivation Helps to make sure sketches-go doesn't panic on...
The following payload will cause the program to try to allocate a huge (833254811566 floats64) slice. Which correspond to 6.6+ terabytes. The payload was found with the fuzzer proposed in...