[7.2.276] Crash when setting 'isprint' to a small bullet. (Raul Coronado)
commitdc78bfdae05d960e65b2b3da1ecddb2b9797a4d6
authorBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 16:03:18 +0000 (3 16:03 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Tue, 3 Nov 2009 16:03:18 +0000 (3 16:03 +0000)
tree8c5883c2fa098e447f402bb5ef43b10a38eb5588
parentfdcf108229bb56790ca1ba0ac41d13cd151ed44a
[7.2.276] Crash when setting 'isprint' to a small bullet. (Raul Coronado)

Problem:    Crash when setting 'isprint' to a small bullet. (Raul Coronado)

Solution:   Check for the character to be < 256.  Also make it possible to
            specify a range of multi-byte characters. (Lech Lorens)

Patch 7.2.276
src/charset.c
src/version.c