]> andersk Git - splint.git/blobdiff - src/transferChecks.c
Readded configure
[splint.git] / src / transferChecks.c
index 85c6148ad8f9909cb7688b11fcc7ae071a0ff04a..4efa027c664fc8b2e3cb38b3091414d6e3fb09fb 100644 (file)
@@ -1724,7 +1724,8 @@ transferChecks_return (exprNode fexp, uentry rval)
              DPRINTF (("el: %s / %s", sRef_unparse (el),
                        sRef_unparse (base)));
              
-             if (sRef_isResult (base))
+             if (sRef_isResult (base) 
+                 && !sRef_isDefinitelyNull (fref)) /* evans 2002-07-22: don't report allocation errors for null results */
                {
                  sRef sr = sRef_fixBase (el, fref);
                  
This page took 0.034965 seconds and 4 git commands to generate.