Mercurial > vim
view src/configure @ 16099:643fe07aa0e2 v8.1.1054
patch 8.1.1054: not checking return value of ga_grow()
commit https://github.com/vim/vim/commit/6fb5c97242a151e67bd5c72736f187ef71c44e24
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Mar 26 21:44:20 2019 +0100
patch 8.1.1054: not checking return value of ga_grow()
Problem: Not checking return value of ga_grow(). (Coverity)
Solution: Only append when ga_grow() returns OK.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 26 Mar 2019 21:45:06 +0100 |
parents | cd9471bd8e9e |
children |
line wrap: on
line source
#! /bin/sh # run the automatically generated configure script CONFIG_STATUS=auto/config.status \ auto/configure "$@" --srcdir="${srcdir:-.}" --cache-file=auto/config.cache result=$? # Stupid autoconf 2.5x causes this file to be left behind. if test -f configure.lineno; then rm -f configure.lineno; fi exit $result