comparison src/version.c @ 10652:bb4360d64eb2 v8.0.0216

patch 8.0.0216: decoding js style json may fail commit https://github.com/vim/vim/commit/e2c6037da387aad05e4f6bd4a8a6267051d6de04 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 22 15:56:26 2017 +0100 patch 8.0.0216: decoding js style json may fail Problem: When decoding JSON with a JS style object the JSON test may use a NULL pointer. (Coverity) Solution: Check for a NULL pointer.
author Christian Brabandt <cb@256bit.org>
date Sun, 22 Jan 2017 16:00:04 +0100
parents 5ca7e3ec1263
children f0df81ef971a
comparison
equal deleted inserted replaced
10651:a95230501320 10652:bb4360d64eb2
762 NULL 762 NULL
763 }; 763 };
764 764
765 static int included_patches[] = 765 static int included_patches[] =
766 { /* Add new patch number below this line */ 766 { /* Add new patch number below this line */
767 /**/
768 216,
767 /**/ 769 /**/
768 215, 770 215,
769 /**/ 771 /**/
770 214, 772 214,
771 /**/ 773 /**/