Linaro / OpenCSD

CoreSight trace stream decoder developed openly
https://github.com/Linaro/opencsd/wiki
Other
141 stars 53 forks source link

Fix index out of bound and uninitialized memory reads #37

Closed captain5050 closed 3 years ago

captain5050 commented 3 years ago

These issues were found using LLVM's address and memory sanitizer running the c_api_pkt_print_test with the different decoder types.

mikel-armbb commented 3 years ago

Applied to v1.1.0

Thanks