Mageia Bugzilla – Attachment 5093 Details for
Bug 13144
xemacs crashes when trying to edit faces
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Proposal for a solution to the crash of xemacs-21.4.22
xemacs-21.4.22-fix-png-get-text-call.patch (text/plain), 354 bytes, created by
Gilles Allard
on 2014-04-04 11:28:04 CEST
(
hide
)
Description:
Proposal for a solution to the crash of xemacs-21.4.22
Filename:
MIME Type:
Creator:
Gilles Allard
Created:
2014-04-04 11:28:04 CEST
Size:
354 bytes
patch
obsolete
>--- ./src/glyphs-eimage.c~ 2014-03-29 17:49:47.000000000 +0000 >+++ ./src/glyphs-eimage.c 2014-04-03 15:38:39.175347110 +0000 >@@ -1046,7 +1046,7 @@ > png_textp text; > int num_text; > >- png_get_text(png_ptr, info_ptr, text, &num_text); >+ png_get_text(png_ptr, info_ptr, &text, &num_text); > > for (i = 0 ; i < num_text ; i++) > {
--- ./src/glyphs-eimage.c~ 2014-03-29 17:49:47.000000000 +0000 +++ ./src/glyphs-eimage.c 2014-04-03 15:38:39.175347110 +0000 @@ -1046,7 +1046,7 @@ png_textp text; int num_text; - png_get_text(png_ptr, info_ptr, text, &num_text); + png_get_text(png_ptr, info_ptr, &text, &num_text); for (i = 0 ; i < num_text ; i++) {
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 13144
: 5093