Guest User

Untitled

a guest
Sep 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. mirage@arda ~/supercop-20120812/crypto_auth/siphash24/little $ valgrind ./siphash24_simple ==8154== Memcheck, a memory error detector
  2. ==8154== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
  3. ==8154== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
  4. ==8154== Command: ./siphash24_simple
  5. ==8154==
  6. ==8154== Invalid read of size 4
  7. ==8154== at 0x80486C7: siphash (siphash24_simple.c:66)
  8. ==8154== by 0x8048D57: main (siphash24_simple.c:236)
  9. ==8154== Address 0x6c2703c is 4 bytes after a block of size 16 alloc'd
  10. ==8154== at 0x67DD5D9: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-x86-linux.so)
  11. ==8154== by 0x8048CE5: main (siphash24_simple.c:233)
  12. ==8154==
  13. ==8154== Invalid read of size 4
  14. ==8154== at 0x80486CA: siphash (siphash24_simple.c:66)
  15. ==8154== by 0x8048D57: main (siphash24_simple.c:236)
  16. ==8154== Address 0x6c27038 is 0 bytes after a block of size 16 alloc'd
  17. ==8154== at 0x67DD5D9: malloc (in /usr/lib64/valgrind/vgpreload_memcheck-x86-linux.so)
  18. ==8154== by 0x8048CE5: main (siphash24_simple.c:233)
  19. ==8154==
  20. 4551675220716592091
  21. 4551675220716592091
  22. test vectors ok
  23. ==8154==
  24. ==8154== HEAP SUMMARY:
  25. ==8154== in use at exit: 0 bytes in 0 blocks
  26. ==8154== total heap usage: 1 allocs, 1 frees, 16 bytes allocated
  27. ==8154==
  28. ==8154== All heap blocks were freed -- no leaks are possible
  29. ==8154==
  30. ==8154== For counts of detected and suppressed errors, rerun with: -v
  31. ==8154== ERROR SUMMARY: 2 errors from 2 contexts (suppressed: 7 from 7)
Add Comment
Please, Sign In to add comment