commit | 94907aa5349a613e80e42224b6b20f18057d4414 | [log] [tgz] |
---|---|---|
author | Benno Schulenberg <bensberg@justemail.net> | Fri Jan 20 13:31:18 2017 +0100 |
committer | Benno Schulenberg <bensberg@justemail.net> | Fri Jan 20 14:00:14 2017 +0100 |
tree | 95e88a47ea2c1fb0cce54d08ebbc9c706ff0f281 | |
parent | 7e5524bb667674d0a8e6298a32f24c6398099276 [diff] |
painting: do not bluntly ignore zero-length start matches -- handle them The segmentation fault that this causes when both start and end match are zero-length will be tackled later (https://savannah.gnu.org/bugs/?50056). This fixes https://savannah.gnu.org/bugs/?50078. Inspired-by: Elia Geretto <elia.f.geretto@gmail.com>