commit | d4897591fddf8f2a4860066449fb7dd8b0cc7b77 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Fri Nov 14 09:22:40 2014 -0800 |
committer | Commit bot <commit-bot@chromium.org> | Fri Nov 14 09:22:40 2014 -0800 |
tree | da215b78e52e601ee48d296b639a3c224c9234e7 | |
parent | 36e6e266b882b7687fb526dc13eeb23ffbc2b85e [diff] |
Don't pass null to memcmp. This will allow us to add nonnull-attribute to the UBSAN bot. We are in fact hitting a case where one of the arguments is null and the other not, which seems dicey. I think the scenario is comparing the empty pathref with another path ref that's just been COWed, without any verbs or points yet. BUG=skia: Review URL: https://codereview.chromium.org/732643002