Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1177)

Issue 2020044: code review 2020044: freetype-go: Fix panic when drawing a span to the right... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by nigeltao
Modified:
13 years, 10 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

freetype-go: Fix panic when drawing a span to the right of the bounding rect. This bug was introduced when an image.RGBA's representation went from slice of slices to one linear buffer.

Patch Set 1 #

Patch Set 2 : code review 2020044: freetype-go: Fix panic when drawing a span to the right... #

Patch Set 3 : code review 2020044: freetype-go: Fix panic when drawing a span to the right... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M freetype/raster/paint.go View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 3
nigeltao
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
13 years, 10 months ago (2010-08-26 07:59:24 UTC) #1
r
Lgtm On Thursday, August 26, 2010, <nigeltao@golang.org> wrote: > Reviewers: r, > > Message: > ...
13 years, 10 months ago (2010-08-26 09:04:52 UTC) #2
nigeltao
13 years, 10 months ago (2010-08-27 00:51:23 UTC) #3
*** Submitted as
http://code.google.com/p/freetype-go/source/detail?r=7329234544aa ***

freetype-go: Fix panic when drawing a span to the right of the
bounding rect.

This bug was introduced when an image.RGBA's representation went from
slice of slices to one linear buffer.

R=r
CC=golang-dev
http://codereview.appspot.com/2020044
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b