attractivechaos / klib

A standalone and lightweight C library
http://attractivechaos.github.io/klib/
MIT License
4.18k stars 556 forks source link

[patch] kbtree undefined behavior #128

Open justinmk opened 5 years ago

justinmk commented 5 years ago

This PR fixes some potential UB found in kbtree:

https://github.com/neovim/neovim/pull/10025