view nsis/gvim_version.nsh @ 27082:360a6a1ca9dd v8.2.4070

patch 8.2.4070: using uninitialized memory when reading empty file Commit: https://github.com/vim/vim/commit/f5d639a8af719eb8ecb141b5c0890627e4d83134 Author: Dominique Pelle <dominique.pelle@gmail.com> Date: Wed Jan 12 15:24:40 2022 +0000 patch 8.2.4070: using uninitialized memory when reading empty file Problem: Using uninitialized memory when reading empty file. Solution: Check for empty file before checking for NL. (Dominique Pell?, closes #9511)
author Bram Moolenaar <Bram@vim.org>
date Wed, 12 Jan 2022 16:30:07 +0100
parents af69c9335223
children f8116058ca76
line wrap: on
line source

# Generated from Makefile: define the version numbers
!ifndef __GVIM_VER__NSH__
!define __GVIM_VER__NSH__
!define VER_MAJOR 8
!define VER_MINOR 2
!endif