Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 899016 Details for
Bug 937328
app-text/stardict Dictionary app
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch fixing segfaults (from https://bugs.archlinux.org/task/76144)
stardict-segfault.patch (text/plain), 701 bytes, created by
MeatShooter
on 2024-08-04 19:01:47 UTC
(
hide
)
Description:
patch fixing segfaults (from https://bugs.archlinux.org/task/76144)
Filename:
MIME Type:
Creator:
MeatShooter
Created:
2024-08-04 19:01:47 UTC
Size:
701 bytes
patch
obsolete
>diff --git a/dict/stardict-plugins/stardict-youdaodict-plugin/stardict_youdaodict.cpp b/dict/stardict-plugins/stardict-youdaodict-plugin/stardict_youdaodict.cpp >index a771a2b..1164bb0 100644 >--- a/dict/stardict-plugins/stardict-youdaodict-plugin/stardict_youdaodict.cpp >+++ b/dict/stardict-plugins/stardict-youdaodict-plugin/stardict_youdaodict.cpp >@@ -196,6 +196,7 @@ static void on_get_http_response(const char *buffer, size_t buffer_len, gpointer > > QueryInfo *qi = (QueryInfo *)userdata; > NetDictResponse *resp = new NetDictResponse; >+ resp->data = nullptr; > resp->bookname = _("www.YouDao.com"); > resp->booklink = "http://www.youdao.com"; > resp->word = qi->word; // So neen't free qi->word;
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 937328
:
899014
|
899015
| 899016