Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(10604)

Unified Diff: device/udev_linux/udev_loader.cc

Issue 755873003: MemorySanitizer: improve the udev dynamic loading hack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: todo ownership Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/udev_linux/udev0_loader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/udev_linux/udev_loader.cc
diff --git a/device/udev_linux/udev_loader.cc b/device/udev_linux/udev_loader.cc
index 22f709edef503e33b490a03aee486274a35b9679..1a5823ce4cc80aa8f40141241e4741ac2c78d420 100644
--- a/device/udev_linux/udev_loader.cc
+++ b/device/udev_linux/udev_loader.cc
@@ -26,7 +26,7 @@ UdevLoader* UdevLoader::Get() {
// will only build an instrumented copy of libudev0 and not libudev1. If one
// runs the binary on Trusty, it will end up loading an uninstrumented
// libudev1 at run time. http://crbug.com/437464
- // TODO(thestig): Remove this after upgrading our MSAN LKGR builders to
+ // TODO(earthdok): Remove this after upgrading our MSAN LKGR builders to
// Trusty.
#if !defined(MEMORY_SANITIZER)
udev_loader.reset(new Udev1Loader);
« no previous file with comments | « device/udev_linux/udev0_loader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698