Mercurial > vim
annotate src/testdir/test17.ok @ 10906:7fc1df5536c9 v8.0.0342
patch 8.0.0342: double free with EXITFREE and setting 'ttytype'
commit https://github.com/vim/vim/commit/673911457d6745b6b779eb769c2f41965592d12c
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Feb 19 21:07:04 2017 +0100
patch 8.0.0342: double free with EXITFREE and setting 'ttytype'
Problem: Double free when compiled with EXITFREE and setting 'ttytype'.
Solution: Avoid setting P_ALLOCED on 'ttytype'. (Dominique Pelle,
closes #1461)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Sun, 19 Feb 2017 21:15:04 +0100 |
parents | 5569d11ef585 |
children |
rev | line source |
---|---|
7 | 1 This file is just to test "gf" in test 17. |
2485
5edcd4ef88df
Small changes to the test files. (John Beckett)
Bram Moolenaar <bram@vim.org>
parents:
7
diff
changeset
|
2 The contents is not important. |
7 | 3 Just testing! |
3699 | 4 |
5 | |
6 --- Included files in path --- | |
7 Xdir1/dir2/foo.a | |
8 Xdir1/dir2/foo.a --> | |
9 Xdir1/dir2/bar.a | |
10 Xdir1/dir2/bar.a --> | |
11 Xdir1/dir2/baz.a | |
12 Xdir1/dir2/baz.a --> | |
13 "foo.a" (Already listed) | |
14 | |
15 | |
16 --- Included files in path --- | |
17 Xdir1/dir2/foo.b | |
18 Xdir1/dir2/foo.b --> | |
19 Xdir1/dir2/bar.b | |
20 Xdir1/dir2/bar.b --> | |
21 Xdir1/dir2/baz.b | |
22 Xdir1/dir2/baz.b --> | |
23 foo (Already listed) | |
24 | |
25 | |
26 --- Included files in path --- | |
27 Xdir1/dir2/foo.c | |
28 Xdir1/dir2/foo.c --> | |
29 Xdir1/dir2/bar.c | |
30 Xdir1/dir2/bar.c --> | |
31 Xdir1/dir2/baz.c | |
32 Xdir1/dir2/baz.c --> | |
5118
5569d11ef585
updated for version 7.3.1302
Bram Moolenaar <bram@vim.org>
parents:
3699
diff
changeset
|
33 foo.c (Already listed) |