Mercurial > vim
annotate configure @ 19151:f12eda320c78 v8.2.0135
patch 8.2.0135: bracketed paste can still cause invalid memory access
Commit: https://github.com/vim/vim/commit/fe4bbac1166f2e4e3fa18cb966ec7305198c8176
Author: Bram Moolenaar <Bram@vim.org>
Date: Mon Jan 20 21:12:20 2020 +0100
patch 8.2.0135: bracketed paste can still cause invalid memory access
Problem: Bracketed paste can still cause invalid memory access. (Dominique
Pelle)
Solution: Check for NULL pointer.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 20 Jan 2020 21:15:04 +0100 |
parents | a1ca6778da49 |
children |
rev | line source |
---|---|
7 | 1 #! /bin/sh |
2 | |
3 # This is just a stub for the Unix configure script, to provide support for | |
4 # doing "./configure" in the top Vim directory. | |
5 | |
16629
a1ca6778da49
patch 8.1.1317: output from Travis can be improved
Bram Moolenaar <Bram@vim.org>
parents:
921
diff
changeset
|
6 cd "${SRCDIR:-src}" && exec ./configure "$@" |