[vim/vim] Fixed crash when doing :call test_null_function()() (#8370)

1 view
Skip to first unread message

Dominique Pellé

unread,
Jun 12, 2021, 6:13:13 AM6/12/21
to vim/vim, Subscribed

Fixed crash when doing :call test_null_function()().
Fixes #8367.


You can view, comment on, or merge this pull request online at:

  https://github.com/vim/vim/pull/8370

Commit Summary

  • Fixed crash when doing :call test_null_function()()

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

codecov[bot]

unread,
Jun 12, 2021, 6:19:48 AM6/12/21
to vim/vim, Subscribed

Codecov Report

Merging #8370 (01296eb) into master (8de901e) will decrease coverage by 86.48%.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff             @@

##           master    #8370       +/-   ##

===========================================

- Coverage   88.98%    2.50%   -86.49%     

===========================================

  Files         148      147        -1     

  Lines      166452   162136     -4316     

===========================================

- Hits       148121     4065   -144056     

- Misses      18331   158071   +139740     
Flag Coverage Δ
huge-clang-none ?
huge-gcc-testgui ?
huge-gcc-unittests 2.50% <0.00%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/userfunc.c 0.19% <0.00%> (-95.09%) ⬇️
src/float.c 0.00% <0.00%> (-98.91%) ⬇️
src/sha256.c 0.00% <0.00%> (-97.96%) ⬇️
src/digraph.c 0.00% <0.00%> (-97.78%) ⬇️
src/gui_gtk_f.c 0.00% <0.00%> (-97.54%) ⬇️
src/match.c 0.00% <0.00%> (-97.13%) ⬇️
src/crypt_zip.c 0.00% <0.00%> (-97.06%) ⬇️
src/evalbuffer.c 0.00% <0.00%> (-96.83%) ⬇️
src/debugger.c 0.00% <0.00%> (-96.62%) ⬇️
src/textprop.c 0.00% <0.00%> (-96.45%) ⬇️
... and 133 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8de901e...01296eb. Read the comment docs.

Bram Moolenaar

unread,
Jun 12, 2021, 6:53:36 AM6/12/21
to vim/vim, Subscribed

Closed #8370.

Bram Moolenaar

unread,
Jun 12, 2021, 6:53:36 AM6/12/21
to vim/vim, Subscribed

I had already made fix before I saw this PR. My fix is a bit higher up, the effect is about the same.

Reply all
Reply to author
Forward
0 new messages