Update code to avoid casting pointers to long.
Casting pointers to numeric types other than intptr_t is a potential security issue. Replaced with casts to intptr_t. Change-Id: I4905401dcc93b89efad8437b0b6f17412cfe2925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765710Reviewed-by:Lutz Justen <ljusten@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Andrei Chulkov <achulkov@google.com> Cr-Commit-Position: refs/heads/master@{#690416}
Showing
Please register or sign in to comment