Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(354)

Issue 10833067: Fix clip_span() to use memmove() instead of memcpy(). (Closed)

Created:
8 years, 4 months ago by Alexander Potapenko
Modified:
8 years, 4 months ago
CC:
chromium-reviews, inferno, Dirk Pranke, Zhenyao Mo, Stephen White
Visibility:
Public.

Description

Fix clip_span() to use memmove() instead of memcpy(). This is actually a merge of upstream commit a44d715d2b19dc2f8f48b01144cc38e4e2c5015a BUG=139587, 132211 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=149148

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M third_party/mesa/MesaLib/src/mesa/swrast/s_span.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
Alexander Potapenko
Ken, Al, can you please take a look? This patch is likely to fix a ...
8 years, 4 months ago (2012-07-30 12:04:06 UTC) #1
Alexander Potapenko
On 2012/07/30 12:04:06, Alexander Potapenko wrote: > Ken, Al, can you please take a look? ...
8 years, 4 months ago (2012-07-30 12:07:40 UTC) #2
Ken Russell (switch to Gerrit)
Nice fix. LGTM Could you please update third_party/mesa/README.chromium at least to indicate this patch and ...
8 years, 4 months ago (2012-07-30 18:30:18 UTC) #3
Ken Russell (switch to Gerrit)
Also, if you wouldn't mind, please check out the current Mesa sources and see whether ...
8 years, 4 months ago (2012-07-30 18:31:32 UTC) #4
Alexander Potapenko
On 2012/07/30 18:31:32, kbr wrote: > Also, if you wouldn't mind, please check out the ...
8 years, 4 months ago (2012-07-31 08:15:57 UTC) #5
Alexander Potapenko
8 years, 4 months ago (2012-07-31 08:30:08 UTC) #6
I've updated the CL description and the README file to reflect the fact this is
actually a merge from upstream Mesa. Committing the change.

Powered by Google App Engine
This is Rietveld 408576698