view configure @ 29288:d9acbf59032c v8.2.5161

patch 8.2.5161: might still access invalid memory Commit: https://github.com/vim/vim/commit/0fbc9260a75dfc4d86f20e7c0eb76878f513a212 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 26 11:17:10 2022 +0100 patch 8.2.5161: might still access invalid memory Problem: Might still access invalid memory. Solution: Add extra check for negative value.
author Bram Moolenaar <Bram@vim.org>
date Sun, 26 Jun 2022 12:30:04 +0200
parents a1ca6778da49
children
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 "${SRCDIR:-src}" && exec ./configure "$@"