Skip to content

Fix asan stacktrace entry parsing#160

Merged
SweetVishnya merged 2 commits intomasterfrom
bug-fix
Oct 3, 2023
Merged

Fix asan stacktrace entry parsing#160
SweetVishnya merged 2 commits intomasterfrom
bug-fix

Conversation

@Avgor46
Copy link
Contributor

@Avgor46 Avgor46 commented Oct 3, 2023

ASAN: Rust panic in parse_stacktrace_entry (line) while parsing invalid entry:

      #4 0x998b40 in (anonymous namespace)::decrypt_xl<unsigned char> > const&) /xlnt/er+0x426cbd)

@SweetVishnya
Copy link
Collaborator

Add this example to tests, please

@SweetVishnya
Copy link
Collaborator

ASAN: Rust panic in parse_stacktrace_entry (line) while parsing invalid entry:

      #4 0x998b40 in (anonymous namespace)::decrypt_xl<unsigned char> > const&) /xlnt/er+0x426cbd)

The thing is that this entry is valid. We just cannot handle it ATM. We should change parsing code. Thus, we can correctly parse it.

@SweetVishnya SweetVishnya merged commit 0faf10b into master Oct 3, 2023
@SweetVishnya SweetVishnya deleted the bug-fix branch October 3, 2023 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants