Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test/rmdir(): Remove `readonly` attr on Windows. | Justin M. Keyes | 2017-04-10 |
| | |||
* | coverity/13689: Check file header with memcmp | ZyX | 2017-04-09 |
| | | | | Not that it is actually useful (would fail in any case), but should fix coverity report. | ||
* | coverity/13688: Check for NUL bytes in salfrom | ZyX | 2017-04-09 |
| | |||
* | coverity/13687: Do not allow NUL byte in region names | ZyX | 2017-04-09 |
| | |||
* | spellfile: Use old error | ZyX | 2017-04-09 |
| | | | This makes first test not actually show any change in behaviour. | ||
* | coverity/13686: Do not allow NUL byte in precondition regex | ZyX | 2017-04-09 |
Before this commit it emitted e_spell_trunc in the first case and treated file as completely valid on the second. While first is fine (both errors are actually valid, though old error is probably better), second results in incorrect regex used. |