ASAN is simply awesome. I have found and fixed several problems in codebases as old as 20+ years. I regularly use KASAN (Kernel ASAN) in my day job.
ASAN points out issues before a customer sees that. It has helped in fixing 5 year old customer bug (issue appears only after running the application for 7 to 8 months continuously) that was difficult to find.