rust-x-bindings / rust-xcb

Rust bindings and wrapper for XCB.
MIT License
165 stars 64 forks source link

fix segfault of failed connection with extension #132

Closed rtbo closed 2 years ago

rtbo commented 2 years ago

This boils down to using connection in error state. The solution is to check for error before caching extension data.