view configure @ 13188:a49a5419a83f v8.0.1468

patch 8.0.1468: illegal memory access in del_bytes() commit https://github.com/vim/vim/commit/191f18bad0b5c48afa05c3e8a00f3ced993f6a38 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 4 16:38:47 2018 +0100 patch 8.0.1468: illegal memory access in del_bytes() Problem: Illegal memory access in del_bytes(). Solution: Check for negative byte count. (Christian Brabandt, closes https://github.com/vim/vim/issues/2466)
author Christian Brabandt <cb@256bit.org>
date Sun, 04 Feb 2018 16:45: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 "$@"