File: fig7-out.html

package info (click to toggle)
lclint-doc 2.3i-1
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 1,236 kB
  • ctags: 2,165
  • sloc: ansic: 402; makefile: 117
file content (22 lines) | stat: -rw-r--r-- 966 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<h3>LCLint Output</h3>
<pre>
LCLint 2.2 --- 25 Aug 96

stack.c: (in function f)
<A HREF="stack.c.html#line12" target="source">stack.c:12,10</A>: Stack-allocated storage &loc reachable
                  from return value: &loc
  A stack reference is pointed to by an external
  reference when the function returns. The
  stack-allocated storage is destroyed after the call,
  leaving a dangling reference. (-stackref will
  suppress message)
<A HREF="stack.c.html#line12" target="source">stack.c:12,15</A>: Stack-allocated storage *x reachable
                  from parameter x
   <A HREF="stack.c.html#line10" target="source">stack.c:10,3</A>: Storage *x becomes stack
<A HREF="stack.c.html#line12" target="source">stack.c:12,15</A>: Stack-allocated storage glob reachable
                  from global glob
   <A HREF="stack.c.html#line9" target="source">stack.c:9,3</A>: Storage glob becomes stack

Finished LCLint checking --- 3 code errors found
</pre>
</html>