Advertisement
Guest User

Untitled

a guest
Nov 28th, 2012
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. ==9348== Memcheck, a memory error detector
  2. ==9348== Copyright (C) 2002-2012, and GNU GPL'd, by Julian Seward et al.
  3. ==9348== Using Valgrind-3.8.1 and LibVEX; rerun with -h for copyright info
  4. ==9348== Command: ./ex4
  5. ==9348==
  6. ==9348== Use of uninitialised value of size 4
  7. ==9348== at 0x4089EAB: _itoa_word (_itoa.c:179)
  8. ==9348== by 0x408D5B3: vfprintf (vfprintf.c:1634)
  9. ==9348== by 0x40941EE: printf (printf.c:34)
  10. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  11. ==9348== Uninitialised value was created by a stack allocation
  12. ==9348== at 0x8048422: main (ex4.c:6)
  13. ==9348==
  14. ==9348== Conditional jump or move depends on uninitialised value(s)
  15. ==9348== at 0x4089EB3: _itoa_word (_itoa.c:179)
  16. ==9348== by 0x408D5B3: vfprintf (vfprintf.c:1634)
  17. ==9348== by 0x40941EE: printf (printf.c:34)
  18. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  19. ==9348== Uninitialised value was created by a stack allocation
  20. ==9348== at 0x8048422: main (ex4.c:6)
  21. ==9348==
  22. ==9348== Conditional jump or move depends on uninitialised value(s)
  23. ==9348== at 0x408ABF5: vfprintf (vfprintf.c:1634)
  24. ==9348== by 0x40941EE: printf (printf.c:34)
  25. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  26. ==9348== Uninitialised value was created by a stack allocation
  27. ==9348== at 0x8048422: main (ex4.c:6)
  28. ==9348==
  29. ==9348== Conditional jump or move depends on uninitialised value(s)
  30. ==9348== at 0x408AC71: vfprintf (vfprintf.c:1634)
  31. ==9348== by 0x40941EE: printf (printf.c:34)
  32. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  33. ==9348== Uninitialised value was created by a stack allocation
  34. ==9348== at 0x8048422: main (ex4.c:6)
  35. ==9348==
  36. ==9348== Conditional jump or move depends on uninitialised value(s)
  37. ==9348== at 0x408E7B8: vfprintf (vfprintf.c:1634)
  38. ==9348== by 0x40941EE: printf (printf.c:34)
  39. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  40. ==9348== Uninitialised value was created by a stack allocation
  41. ==9348== at 0x8048422: main (ex4.c:6)
  42. ==9348==
  43. ==9348== Conditional jump or move depends on uninitialised value(s)
  44. ==9348== at 0x408ACC8: vfprintf (vfprintf.c:1634)
  45. ==9348== by 0x40941EE: printf (printf.c:34)
  46. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  47. ==9348== Uninitialised value was created by a stack allocation
  48. ==9348== at 0x8048422: main (ex4.c:6)
  49. ==9348==
  50. ==9348== Conditional jump or move depends on uninitialised value(s)
  51. ==9348== at 0x408AD01: vfprintf (vfprintf.c:1634)
  52. ==9348== by 0x40941EE: printf (printf.c:34)
  53. ==9348== by 0x4060714: (below main) (libc-start.c:227)
  54. ==9348== Uninitialised value was created by a stack allocation
  55. ==9348== at 0x8048422: main (ex4.c:6)
  56. ==9348==
  57. I am -1094446396 years old.
  58. I am 69140480 inches tall.
  59. ==9348==
  60. ==9348== HEAP SUMMARY:
  61. ==9348== in use at exit: 0 bytes in 0 blocks
  62. ==9348== total heap usage: 0 allocs, 0 frees, 0 bytes allocated
  63. ==9348==
  64. ==9348== All heap blocks were freed -- no leaks are possible
  65. ==9348==
  66. ==9348== For counts of detected and suppressed errors, rerun with: -v
  67. ==9348== ERROR SUMMARY: 46 errors from 7 contexts (suppressed: 0 from 0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement