Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
fb05a8d5
Commit
fb05a8d5
authored
Jun 10, 2021
by
Olivier Dion
Committed by
Adrien Béraud
Jun 29, 2021
Browse files
fuzzing: Add GDB script
Change-Id: Ia9ce297062ac28dcf7f03ee28247cad4411d1b0f
parent
ba27341e
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/fuzzing/.gdbinit
0 → 100644
View file @
fb05a8d5
# Run in RAM - Don't fill my disk!
set environment XDG_DATA_HOME=/tmp/jami
set environment XDG_CONFIG_HOME=/tmp/jami
set environment XDG_CACHE_HOME=/tmp/jami
# Get full backtrace on any error detected
set environment UBSAN_OPTIONS=print_stacktrace=1:halt_on_error=1
set environment ASAN_OPTIONS=print_stacktrace=1:halt_on_error=1
# All TLS conversation to out and stop if log level over critical
set environment SUPERVISOR_TLS_OUT=out
set environment SUPERVISOR_LOG=CRIT
# Break on any error repport by ASAN or if sanitizer die
break __asan::ReportGenericError
break __sanitizer::Die
run
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment