forked from aniani/vim
Problem: Not checking return value of ga_grow(). (Coverity) Solution: Only append when ga_grow() returns OK.
58 KiB
58 KiB
Problem: Not checking return value of ga_grow(). (Coverity) Solution: Only append when ga_grow() returns OK.