]> andersk Git - splint.git/blob - test/sharing.expect
noexpand always false.
[splint.git] / test / sharing.expect
1
2 sharing1.c: (in function f)
3 sharing1.c:12:12: Only storage x not released before return
4    sharing1.c:8:24: Storage x becomes only
5 sharing1.c:13:2: Only storage x not released before return
6    sharing1.c:8:24: Storage x becomes only
7 sharing1.c: (in function f2)
8 sharing1.c:19:12: Only storage y not released before return
9    sharing1.c:15:43: Storage y becomes only
10 sharing1.c: (in function f3)
11 sharing1.c:24:3: Only storage x assigned to shared: globshared1 = x
12    sharing1.c:22:25: Storage x becomes only
13 sharing1.c:25:2: Only storage x not released before return
14    sharing1.c:22:25: Storage x becomes only
15 sharing1.c: (in function f4)
16 sharing1.c:29:3: Only storage zonly (type int *) not released before
17                     assignment: zonly = x
18    sharing1.c:6:19: Storage zonly becomes only
19 sharing1.c: (in function g)
20 sharing1.c:41:7: Implicitly temp storage imp passed as only param: f3 (imp)
21 sharing1.c:42:4: Variable imp used after being released
22    sharing1.c:41:7: Storage imp released
23 sharing1.c:44:12: Immediate address &x passed as only param: f (&x, ...)
24 sharing1.c:44:12: Parameter 1 (&x) to function f is declared only but is
25                      aliased by parameter 2 (&x)
26 sharing1.c:48:14: Possibly null storage y3 passed as non-null param:
27                      f2 (y3, ...)
28    sharing1.c:37:13: Storage y3 may become null
29 sharing1.c:48:14: Passed storage y3 not completely defined (*y3 is undefined):
30                      f2 (y3, ...)
31    sharing1.c:37:33: Storage *y3 allocated
32 sharing1.c:48:18: Parameter 2 (y3) to function f2 is declared only but is
33                      aliased by parameter 1 (y3)
34 sharing1.c:50:4: Variable y3 used after being released
35    sharing1.c:48:18: Storage y3 released
36 sharing1.c:51:12: Possibly null storage y passed as non-null param: f (y, ...)
37    sharing1.c:35:12: Storage y may become null
38 sharing1.c:51:12: Passed storage y not completely defined (*y is undefined):
39                      f (y, ...)
40    sharing1.c:35:32: Storage *y allocated
41 sharing1.c:52:12: Shared storage globshared1 passed as only param:
42                      f (globshared1, ...)
43    sharing1.c:4:19: Storage globshared1 becomes shared
44 sharing1.c:56:9: Shared storage globshared2 passed as only param:
45                     free (globshared2)
46    sharing1.c:5:19: Storage globshared2 becomes shared
47 sharing1.c:59:11: Variable y used after being released
48    sharing1.c:51:12: Storage y released
49 sharing1.c:59:13: Fresh storage y2 not released before return
50    sharing1.c:36:33: Fresh storage y2 created
51 sharing1.c:59:13: Function returns with global globonly referencing released
52                      storage
53    sharing1.c:57:9: Storage globonly released
54
55 Finished checking --- 21 code warnings, as expected
56
57 sharing3.c: (in function string_copy)
58 sharing3.c:17:10: Implicitly temp storage s returned as only: s
59 sharing3.c: (in function string_free1)
60 sharing3.c:32:9: Implicitly temp storage s passed as only param: free (s)
61 sharing3.c: (in function string_free3)
62 sharing3.c:45:2: Fresh storage t not released before return
63    sharing3.c:42:29: Fresh storage t created
64
65 Finished checking --- 3 code warnings, as expected
66
67 sharing4.c: (in function f)
68 sharing4.c:18:3: Only storage globonly1 (type char *) not released before
69                     assignment: globonly1 = only1
70    sharing4.c:1:20: Storage globonly1 becomes only
71 sharing4.c:23:3: Only storage globonly4 (type char *) not released before
72                     assignment: globonly4 = shared1
73    sharing4.c:4:20: Storage globonly4 becomes only
74 sharing4.c:23:3: Shared storage shared1 assigned to only: globonly4 = shared1
75    sharing4.c:14:26: Storage shared1 becomes shared
76 sharing4.c:27:3: Only storage globonly5 assigned to shared:
77                     globshared1 = globonly5
78    sharing4.c:5:20: Storage globonly5 becomes only
79 sharing4.c:30:3: Only storage globonly1 assigned to shared (local1 aliases
80                     globonly1): globshared1 = local1
81    sharing4.c:1:20: Storage globonly1 becomes only
82 sharing4.c:30:3: Kept storage only1 assigned to shared (local1 aliases only1):
83                     globshared1 = local1
84    sharing4.c:18:3: Storage only1 becomes kept
85 sharing4.c:32:3: Only storage assigned to shared:
86                     globshared1 = string_copy(local1)
87 sharing4.c:34:3: Temp storage temp2 assigned to shared: globshared2 = temp2
88    sharing4.c:13:37: Storage temp2 becomes temp
89 sharing4.c:35:3: Only storage globonly4 (type char *) not released before
90                     assignment: globonly4 = temp1
91    sharing4.c:4:20: Storage globonly4 becomes only
92 sharing4.c:35:3: Implicitly temp storage temp1 assigned to only:
93                     globonly4 = temp1
94 sharing4.c:38:9: Shared storage shared1 passed as only param: free (shared1)
95    sharing4.c:14:26: Storage shared1 becomes shared
96 sharing4.c:42:12: Only storage only3 not released before return
97    sharing4.c:12:72: Storage only3 becomes only
98 sharing4.c:42:12: Function returns with global globonly3 referencing released
99                      storage
100    sharing4.c:21:9: Storage globonly3 released
101
102 Finished checking --- 13 code warnings, as expected
103
104 sharing4.c: (in function f)
105 sharing4.c:18:3: Only storage globonly1 (type char *) not released before
106                     assignment: globonly1 = only1
107    sharing4.c:1:20: Storage globonly1 becomes only
108 sharing4.c:23:3: Only storage globonly4 (type char *) not released before
109                     assignment: globonly4 = shared1
110    sharing4.c:4:20: Storage globonly4 becomes only
111 sharing4.c:23:3: Shared storage shared1 assigned to only: globonly4 = shared1
112    sharing4.c:14:26: Storage shared1 becomes shared
113 sharing4.c:27:3: Only storage globonly5 assigned to shared:
114                     globshared1 = globonly5
115    sharing4.c:5:20: Storage globonly5 becomes only
116 sharing4.c:30:3: Only storage globonly1 assigned to shared (local1 aliases
117                     globonly1): globshared1 = local1
118    sharing4.c:1:20: Storage globonly1 becomes only
119 sharing4.c:30:3: Kept storage only1 assigned to shared (local1 aliases only1):
120                     globshared1 = local1
121    sharing4.c:18:3: Storage only1 becomes kept
122 sharing4.c:32:3: Only storage assigned to shared:
123                     globshared1 = string_copy(local1)
124 sharing4.c:34:3: Temp storage temp2 assigned to shared: globshared2 = temp2
125    sharing4.c:13:37: Storage temp2 becomes temp
126 sharing4.c:35:3: Only storage globonly4 (type char *) not released before
127                     assignment: globonly4 = temp1
128    sharing4.c:4:20: Storage globonly4 becomes only
129 sharing4.c:38:9: Shared storage shared1 passed as only param: free (shared1)
130    sharing4.c:14:26: Storage shared1 becomes shared
131 sharing4.c:42:12: Only storage only3 not released before return
132    sharing4.c:12:72: Storage only3 becomes only
133 sharing4.c:42:12: Function returns with global globonly3 referencing released
134                      storage
135    sharing4.c:21:9: Storage globonly3 released
136
137 Finished checking --- 12 code warnings, as expected
138
139 sharing5.c: (in function f)
140 sharing5.c:13:4: Variable only1 used after being released
141    sharing5.c:12:9: Storage only1 released
142 sharing5.c:22:5: Clauses exit with local2 referencing local storage in true
143                     branch, shared storage in false branch
144    sharing5.c:21:7: Storage local2 becomes shared
145 sharing5.c:24:9: Shared storage shared passed as only param (local2 aliases
146                     shared): free (local2)
147    sharing5.c:5:27: Storage shared becomes shared
148 sharing5.c:27:4: Dereference of possibly null pointer localp: *localp
149    sharing5.c:26:12: Storage localp may become null
150 sharing5.c:32:3: Fresh storage localp (type char **) not released before
151                     assignment: localp = &only3
152    sharing5.c:26:3: Fresh storage localp created
153 sharing5.c:33:2: Only storage only3 not released before return
154    sharing5.c:4:73: Storage only3 becomes only
155
156 Finished checking --- 6 code warnings, as expected
This page took 0.054116 seconds and 5 git commands to generate.