P403n1x87 / echion

Near-zero-overhead, in-process CPython frame stack sampler with async support
MIT License
14 stars 2 forks source link

fix: guard allocation size #42

Closed P403n1x87 closed 1 year ago

P403n1x87 commented 1 year ago

When allocating memory using a size value read from copied memory, we make sure that the value is sensible before attempting the allocation.