• cpu's avatar
    fix RLZ crasher in process_info.cc · feb83154
    cpu authored
    RLZ is using a very convoluted and fragile way to check for
    code running as NT/SYSTEM.
    
    - It can fail, which causes a crash
    - It is quite slow on domains
    - It is incorrect because "SYSTEM" is not the string in some locales.
    
    BUG=428944
    
    Review URL: https://codereview.chromium.org/691913003
    
    Cr-Commit-Position: refs/heads/master@{#302741}
    feb83154
process_info.cc 3.37 KB