Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fontconfig
fontconfig
Commits
368104c3
Commit
368104c3
authored
Dec 12, 2005
by
Patrick Lam
Browse files
Fix crash reported by Frederic Crozat when using libxml2.
reviewed by: plam
parent
ea44e218
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
368104c3
2005-12-12 Behdad Esfahbod <behdad@cs.toronto.edu>
reviewed by: plam
* src/fcxml.c (FcConfigGetAttribute):
Fix crash reported by Frederic Crozat when using libxml2.
2005-12-09 Patrick Lam <plam@mit.edu>
* INSTALL:
* configure.in:
...
...
src/fcxml.c
View file @
368104c3
...
...
@@ -1024,6 +1024,9 @@ FcConfigGetAttribute (FcConfigParse *parse, const char *attr)
return
0
;
attrs
=
parse
->
pstack
->
attr
;
if
(
!
attrs
)
return
0
;
while
(
*
attrs
)
{
if
(
!
strcmp
((
char
*
)
*
attrs
,
attr
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment