Mercurial > vim
view nsis/gvim_version.nsh @ 25701:357a3bee56f5 v8.2.3386
patch 8.2.3386: using uninitialized memory
Commit: https://github.com/vim/vim/commit/a91871262670f9d3a4e5d1c5c6dbc02f85625f7d
Author: Dominique Pelle <dominique.pelle@gmail.com>
Date: Sun Aug 29 22:12:56 2021 +0200
patch 8.2.3386: using uninitialized memory
Problem: Using uninitialized memory.
Solution: Initialize the rm_ic field. (Dominique Pell?, closes https://github.com/vim/vim/issues/8800)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 29 Aug 2021 22:15:04 +0200 |
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