Open khklau opened 2 years ago
Unfortunately updating to bindgen 0.59.2 has not solved the problem. For now I'm working around the null pointer deref warnings by disabling them.
It's a known issue by the bindgen maintainers and has already been raised as issue 2104.
Luckily it only seems to affect auto-generated tests and not the bindings themselves.
Currently using bindgen 0.57.0 and it is generating bindings to the Apache2 framework that produces undefined behavior:
If this issue isn't resolved in the latest bindgen version, I have to raise a ticket with them.