Don't pass LLVMFuzzerInitialize() args to CommandLine.

LLVMFuzzer seems to pass a bad argv, causing CommandLine switch lookup
to null-dereference in some cases.

Speculatively revert to initializing CommandLine with null argv & argc
to determine whether that is the source of the issue.

Bug: 920924, 920461
Change-Id: Idf689c53be920b15ec6593a66cb5deb4d5708f69
Reviewed-on: https://chromium-review.googlesource.com/c/1408129
Commit-Queue: Wez <wez@chromium.org>
Reviewed-by: Dale Curtis <dalecurtis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#622516}
1 file changed