Ilya Yegorov

Results 6 issues of Ilya Yegorov

Added include for malloc() and free () functions

Nobody wanted it, nobody asked it, but we did it anyway.

In `casr-san` in [signal case](https://github.com/ispras/casr/blob/6bd36d952bd9d4f5437b734021af3833584c0b94/casr/src/bin/casr-san.rs#L261) we call `GdbCommand`, but do not look on its result and estimate `execution_class` regardless of this. Thus, we can get a situation with an unjustified...

bug

We need to support lib preloading for `casr-gdb`. For that we need to support custom env passing for `GdbCommand` from [gdb-command](https://github.com/anfedotoff/gdb-command)

enhancement