view configure @ 12881:1c05b29ab125 v8.0.1317

patch 8.0.1317: accessing freed memory in term_wait() commit https://github.com/vim/vim/commit/e518226713784e628ae7ee077f1b66cb12b9ffd9 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 19 15:05:44 2017 +0100 patch 8.0.1317: accessing freed memory in term_wait() Problem: Accessing freed memory in term_wait(). (Dominique Pelle) Solution: Check that the buffer still exists.
author Christian Brabandt <cb@256bit.org>
date Sun, 19 Nov 2017 15:15:05 +0100
parents cd9471bd8e9e
children a1ca6778da49
line wrap: on
line source

#! /bin/sh

# This is just a stub for the Unix configure script, to provide support for
# doing "./configure" in the top Vim directory.

cd src && exec ./configure "$@"