stephenrkell / libcrunch

A dynamically safe implementation of C, using your existing C compiler. Tolerates idiomatic C code pretty well. Not perfect... yet.
100 stars 4 forks source link

Adapt to recent changes in liballocs #3

Closed Sakarah closed 5 years ago

Sakarah commented 5 years ago

Some recent changes in liballocs required some adjustments here, as the two libraries are closely linked together. This MR also patches some compilation warnings.

stephenrkell commented 5 years ago

Thanks!