This repository was archived by the owner on Jul 23, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy patherrors.txt
More file actions
29 lines (21 loc) · 1.23 KB
/
errors.txt
File metadata and controls
29 lines (21 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# openssl error on killing downloads when transfers seems to be too numerous
Process 46927 stopped
* thread #1, queue = 'com.apple.main-thread', stop reason = EXC_BAD_ACCESS (code=1, address=0x60)
frame #0: 0x00007fff5b56d7b5 libcrypto.42.dylib`ASN1_OBJECT_free + 14
libcrypto.42.dylib`ASN1_OBJECT_free:
-> 0x7fff5b56d7b5 <+14>: movl 0x20(%rdi), %eax
0x7fff5b56d7b8 <+17>: testb $0x4, %al
0x7fff5b56d7ba <+19>: je 0x7fff5b56d7d9 ; <+50>
0x7fff5b56d7bc <+21>: movq (%rbx), %rdi
Target 0: (tinyDLM) stopped.
# Errors detected from ASAN:
paintTopBar -> strlen (buffer overflow) DONE
-> Caused by not allocating space for the null terminator char
paintAddDlWin -> strlen (buffer overflow) DONE
-> Caused by not pushing a null terminator char to the string even it was not used
trimSpaces -> buffer overflow caused DONE
-> Caused by j becoming < 0 when iterating through the string
dlManagerController -> heap use after free DONE
-> Caused by calling iterator::erase() then trying to access its value
error when trying to create a duplicate filename DONE
-> error caused by the absence of a null character in some strings