VirtualBox

Changeset 92137 in vbox for trunk/src/VBox/ValidationKit


Ignore:
Timestamp:
Oct 29, 2021 7:10:37 AM (3 years ago)
Author:
vboxsync
Message:

Audio/Validation Kit: Temporarily added Linux sanitizer flags to VKAT in the hope to resolve testboxes not being able to drain + crashing when closing the PCM streams. bugref:10008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/utils/audio/Makefile.kmk

    r91983 r92137  
    9191        $(VKAT_PATH_AUDIO)/AudioHlp.cpp
    9292
     93SANITIZE = \
     94    -fsanitize=undefined \
     95    -fsanitize=address \
     96    -fsanitize=return \
     97    -fsanitize=bounds \
     98    -fsanitize=object-size \
     99    -fno-sanitize=alignment \
     100    -fno-sanitize=vptr \
     101    -fno-common
     102
     103vkat_CXXFLAGS.linux += $(SANITIZE)
     104vkat_CFLAGS.linux   += $(SANITIZE)
     105vkat_LDFLAGS.linux  += $(SANITIZE)
     106
    93107# Debug stuff.
    94108ifdef VBOX_WITH_AUDIO_DEBUG
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette