Advertisement
Guest User

Untitled

a guest
Sep 10th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.31 KB | None | 0 0
  1.  
  2. <?xml version="1.0" encoding="UTF-8"?>
  3. <results>
  4. <error file="bashline.c" line="3368" id="nullPointer" severity="error" msg="Possible null pointer dereference: rtext - otherwise it is redundant to check if rtext is null at line 3359"/>
  5. <error file="builtins/mkbuiltins.c" line="522" id="memleak" severity="error" msg="Memory leak: buffer"/>
  6. <error file="lib/intl/localealias.c" line="308" id="resourceLeak" severity="error" msg="Resource leak: fp"/>
  7. <error file="execute_cmd.c" line="976" id="sizeofwithsilentarraypointer" severity="error" msg="Using sizeof for array given as function argument returns the size of pointer."/>
  8. <error file="execute_cmd.c" line="983" id="sizeofwithsilentarraypointer" severity="error" msg="Using sizeof for array given as function argument returns the size of pointer."/>
  9. <error file="execute_cmd.c" line="994" id="sizeofwithsilentarraypointer" severity="error" msg="Using sizeof for array given as function argument returns the size of pointer."/>
  10. <error file="lib/readline/callback.c" line="175" id="nullPointer" severity="error" msg="Possible null pointer dereference: _rl_callback_func - otherwise it is redundant to check if _rl_callback_func is null at line 178"/>
  11. <error file="lib/readline/complete.c" line="2073" id="nullPointer" severity="error" msg="Possible null pointer dereference: filename - otherwise it is redundant to check if filename is null at line 2066"/>
  12. <error file="lib/readline/complete.c" line="1067" id="autoVariables" severity="error" msg="Assigning address of local auto-variable to a function parameter."/>
  13. <error file="lib/readline/isearch.c" line="226" id="nullPointer" severity="error" msg="Possible null pointer dereference: hlist - otherwise it is redundant to check if hlist is null at line 219"/>
  14. <error file="lib/sh/strftime.c" line="216" id="memleakOnRealloc" severity="error" msg="Common realloc mistake: 'savetz' nulled but not freed upon failure"/>
  15. <error file="lib/sh/snprintf.c" line="1800" id="nullPointer" severity="error" msg="Null pointer dereference"/>
  16. <error file="subst.c" line="6002" id="nullPointer" severity="error" msg="Possible null pointer dereference: patsub - otherwise it is redundant to check if patsub is null at line 5994"/>
  17. <error file="subst.c" line="7479" id="nullPointer" severity="error" msg="Possible null pointer dereference: tword - otherwise it is redundant to check if tword is null at line 7476"/>
  18. <error file="support/man2html.c" line="2685" id="negativeIndex" severity="error" msg="Array index -1 is out of bounds"/>
  19. <error file="support/man2html.c" line="2885" id="negativeIndex" severity="error" msg="Array index -1 is out of bounds"/>
  20. <error file="support/man2html.c" line="2924" id="negativeIndex" severity="error" msg="Array index -1 is out of bounds"/>
  21. <error file="support/man2html.c" line="3665" id="negativeIndex" severity="error" msg="Array index -1 is out of bounds"/>
  22. <error file="support/man2html.c" line="511" id="memleak" severity="error" msg="Memory leak: man_buf"/>
  23. <error file="support/man2html.c" line="2575" id="memleak" severity="error" msg="Memory leak: buf"/>
  24. <error file="support/man2html.c" line="3085" id="uninitvar" severity="error" msg="Uninitialized variable: list_options"/>
  25. <error file="support/man2html.c" line="3218" id="uninitvar" severity="error" msg="Uninitialized variable: bd_options"/>
  26. </results>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement