Projects
Mega:24.03
anthy
_service:tar_scm:anthy-fix-segfault.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:tar_scm:anthy-fix-segfault.patch of Package anthy
diff -pruN anthy-9100h.orig/src-diclib/xstr.c anthy-9100h/src-diclib/xstr.c --- anthy-9100h.orig/src-diclib/xstr.c 2009-01-23 12:31:31.000000000 +0900 +++ anthy-9100h/src-diclib/xstr.c 2013-06-17 19:30:08.000000000 +0900 @@ -384,6 +384,10 @@ int anthy_xstrcmp(xstr *x1, xstr *x2) { int i, m; + if (!x1) + return -1; + if (!x2) + return 1; if (x1->len < x2->len) { m = x1->len; }else{
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2