annotate src/GvimExt/resource.h @ 20158:94f05de75e9f
v8.2.0634
patch 8.2.0634: crash with null partial and blob
Commit: https://github.com/vim/vim/commit/92b83ccfda7a1d654ccaaf161a9c8a8e01fbcf76
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Apr 25 15:24:44 2020 +0200
patch 8.2.0634: crash with null partial and blob
Problem: Crash with null partial and blob.
Solution: Check for NULL pointer. Add more tests. (Yegappan Lakshmanan,
closes #5984)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Sat, 25 Apr 2020 15:30:04 +0200 |
parents |
4e2284e71352 |
children |
|
rev |
line source |
10
|
1 //{{NO_DEPENDENCIES}}
|
|
2 // Microsoft Developer Studio generated include file.
|
|
3 // Used by gvimext.rc
|
|
4 //
|
|
5
|
|
6 // Next default values for new objects
|
|
7 //
|
|
8 #ifdef APSTUDIO_INVOKED
|
|
9 #ifndef APSTUDIO_READONLY_SYMBOLS
|
|
10 #define _APS_NEXT_RESOURCE_VALUE 101
|
|
11 #define _APS_NEXT_COMMAND_VALUE 40001
|
|
12 #define _APS_NEXT_CONTROL_VALUE 1000
|
|
13 #define _APS_NEXT_SYMED_VALUE 101
|
|
14 #endif
|
|
15 #endif
|