mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
vim-patch:8.0.0155
Problem: When sorting zero elements a NULL pointer is passed to qsort(),
which ubsan warns for.
Solution: Don't call qsort() if there are no elements. (Dominique Pelle)
a216255a4f
This commit is contained in:
@@ -948,7 +948,7 @@ static const int included_patches[] = {
|
||||
158,
|
||||
// 157,
|
||||
156,
|
||||
// 155,
|
||||
155,
|
||||
// 154,
|
||||
// 153,
|
||||
// 152 NA
|
||||
|
Reference in New Issue
Block a user