mirror of
https://github.com/neovim/neovim.git
synced 2026-01-05 19:07:06 +10:00
Problem: Null pointer dereference when checking *wp->w_p_stl. win_set_inner_size called twice in win_new_float. Solution: Add null check for wp->w_p_stl. Remove redundant win_set_inner_size call as win_config_float already calls it.