Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. install/bin/pwdhash password > /tmp/pwd
  2.  
  3. =================================================================
  4. ==21757==ERROR: LeakSanitizer: detected memory leaks
  5.  
  6. Direct leak of 192 byte(s) in 1 object(s) allocated from:
  7. #0 0x7f9c42472c08 in __interceptor_malloc (/lib64/libasan.so.5+0xefc08)
  8. #1 0x7f9c4146f29c in CRYPTO_zalloc (/lib64/libcrypto.so.1.1+0x18529c)
  9.  
  10. SUMMARY: AddressSanitizer: 192 byte(s) leaked in 1 allocation(s).
  11. [lkrispen@lucy1 caa]$ ls -l /tmp/pwd
  12. -rw-rw-r--. 1 lkrispen lkrispen 0 Apr 1 13:41 /tmp/pwd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement