Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103355 Details for
Bug 157138
app-text/gocr segfaults with some images
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch which fixes it
gocr-segfault.patch (text/plain), 596 bytes, created by
Tom Knight (RETIRED)
on 2006-12-04 14:20:22 UTC
(
hide
)
Description:
Patch which fixes it
Filename:
MIME Type:
Creator:
Tom Knight (RETIRED)
Created:
2006-12-04 14:20:22 UTC
Size:
596 bytes
patch
obsolete
>--- src/pgm2asc.c Fri Apr 14 11:07:42 2006 >+++ src/pgm2asc.c Fri Apr 14 11:06:15 2006 >@@ -1200,6 +1200,7 @@ > } end_for_each(&(JOB->res.boxlist)); > box4=box5; > { >+ if (box2 != NULL && box4 != NULL){ > if( /* umlaut "a "o "u, ij; box2 is the dot, box4 the body */ > ( y1<=box2->m2 > && box4->x1>=3*x0-2*x1 /* test if box4 is around box2 */ >@@ -1252,7 +1253,7 @@ > list_del(&(JOB->res.boxlist), box4); /* ret&1: error-message ??? */ > free(box4); > } >- } >+ }} > } > // continue; > // horizontally broken w' K'
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157138
:
103354
| 103355 |
103357
|
103358