Revert "Disable container overflow detection for hidl-gen."
am: a3ee97c6cc

Change-Id: Ifd92d55624db359df0a45fdfc8df0a1e17d40708
diff --git a/main.cpp b/main.cpp
index 0ebc966..647ea3a 100644
--- a/main.cpp
+++ b/main.cpp
@@ -1306,10 +1306,8 @@
 }
 
 // hidl is intentionally leaky. Turn off LeakSanitizer by default.
-// Also disable container overflow detection to prevent false
-// positives (b/64564544)
 extern "C" const char *__asan_default_options() {
-    return "detect_leaks=0:detect_container_overflow=0";
+    return "detect_leaks=0";
 }
 
 int main(int argc, char **argv) {