comparison src/version.c @ 6989:c0a23e04c929 v7.4.812

patch 7.4.812 Problem: Gcc sanitizer complains about using a NULL pointer to memmove(). Solution: Only call memmove when there is something to move. (Vittorio Zecca)
author Bram Moolenaar <bram@vim.org>
date Sat, 08 Aug 2015 18:23:46 +0200
parents 1661dd8df592
children 814f1f569e4a
comparison
equal deleted inserted replaced
6988:e86ada5d3fa0 6989:c0a23e04c929
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 812,
744 /**/ 746 /**/
745 811, 747 811,
746 /**/ 748 /**/
747 810, 749 810,
748 /**/ 750 /**/