diff options
-rw-r--r-- | sfeed_opml_import.c | 2 | ||||
-rw-r--r-- | sfeed_web.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sfeed_opml_import.c b/sfeed_opml_import.c index 14b5444..9922133 100644 --- a/sfeed_opml_import.c +++ b/sfeed_opml_import.c @@ -70,7 +70,7 @@ static void xmlattrentity(XMLParser *p, const char *t, size_t tl, const char *n, size_t nl, const char *v, size_t vl) { - char buf[16]; + char buf[8]; int len; if ((len = xml_entitytostr(v, buf, sizeof(buf))) > 0) diff --git a/sfeed_web.c b/sfeed_web.c index 630ab60..0082f2d 100644 --- a/sfeed_web.c +++ b/sfeed_web.c @@ -103,7 +103,7 @@ static void xmlattrentity(XMLParser *p, const char *t, size_t tl, const char *a, size_t al, const char *v, size_t vl) { - char buf[16]; + char buf[8]; int len; if (!ishrefattr && !istypeattr) |