Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
fb05a8d5
Commit
fb05a8d5
authored
3 years ago
by
Olivier Dion
Committed by
Adrien Béraud
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
fuzzing: Add GDB script
Change-Id: Ia9ce297062ac28dcf7f03ee28247cad4411d1b0f
parent
ba27341e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/fuzzing/.gdbinit
+18
-0
18 additions, 0 deletions
test/fuzzing/.gdbinit
with
18 additions
and
0 deletions
test/fuzzing/.gdbinit
0 → 100644
+
18
−
0
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment