comparison src/version.c @ 19261:a20c66f13a6e v8.2.0189

patch 8.2.0189: cd() with NULL argument crashes Commit: https://github.com/vim/vim/commit/7cc96923c44bbcc541cbd211b6308d87a965f0c3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 31 22:41:38 2020 +0100 patch 8.2.0189: cd() with NULL argument crashes Problem: cd() with NULL argument crashes. Solution: Check for NULL. (Ken Takata, closes https://github.com/vim/vim/issues/5558)
author Bram Moolenaar <Bram@vim.org>
date Fri, 31 Jan 2020 22:45:04 +0100
parents 77cce0439714
children 06d9be5c0107
comparison
equal deleted inserted replaced
19260:f2a4030c918a 19261:a20c66f13a6e
740 NULL 740 NULL
741 }; 741 };
742 742
743 static int included_patches[] = 743 static int included_patches[] =
744 { /* Add new patch number below this line */ 744 { /* Add new patch number below this line */
745 /**/
746 189,
745 /**/ 747 /**/
746 188, 748 188,
747 /**/ 749 /**/
748 187, 750 187,
749 /**/ 751 /**/