view configure @ 16684:1c2d9f67d98f v8.1.1344

patch 8.1.1344: Coverity complains about possibly using a NULL pointer commit https://github.com/vim/vim/commit/0d3cb73012332964e7a81d7afd1c21d393f45566 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 18 13:05:18 2019 +0200 patch 8.1.1344: Coverity complains about possibly using a NULL pointer Problem: Coverity complains about possibly using a NULL pointer and copying a string into a fixed size buffer. Solution: Check for NULL, even though it should not happen. Use vim_strncpy() instead of strcpy().
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 May 2019 13:15:06 +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 "$@"