| Index: third_party/instrumented_libraries/scripts/udev.sh
|
| diff --git a/third_party/instrumented_libraries/scripts/udev.sh b/third_party/instrumented_libraries/scripts/udev.sh
|
| index 568a5a27bb00f58c3c37cde2fd8f1a9b65230613..921b59068e44aada00d0e7018e0d9e4f109b8023 100755
|
| --- a/third_party/instrumented_libraries/scripts/udev.sh
|
| +++ b/third_party/instrumented_libraries/scripts/udev.sh
|
| @@ -10,3 +10,6 @@ autoreconf --force
|
|
|
| # Do not warn about undefined sanitizer symbols in object files.
|
| sed -i "s/\(-Wl,--no-undefined\|-Wl,-z,defs\)//g" ./configure
|
| +
|
| +# Do not fortify source (doesn't work with MSan).
|
| +sed -i "s/-D_FORTIFY_SOURCE=2/-U_FORTIFY_SOURCE/g" ./configure
|
|
|