Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for ports:armv7l
SUSE:SLE-15-SP1:Update
netcdf
Fix-CVE-2021-30485-bug-25.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File Fix-CVE-2021-30485-bug-25.patch of Package netcdf
From: Egbert Eich <eich@suse.com> Date: Mon Oct 25 15:49:58 2021 +0200 Subject: Fix CVE-2021-30485 / bug 25 Patch-mainline: Not yet Git-commit: a85578fba9ce221593e7e55e79ec9815aa125c98 References: This fixes https://sourceforge.net/p/ezxml/bugs/25/ Signed-off-by: Egbert Eich <eich@suse.com> --- libdap4/ezxml.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdap4/ezxml.c b/libdap4/ezxml.c index f11d97e..804a833 100644 --- a/libdap4/ezxml.c +++ b/libdap4/ezxml.c @@ -357,7 +357,7 @@ short ezxml_internal_dtd(ezxml_root_t root, char *s, size_t len) if (! *t) { ezxml_err(root, t, "unclosed <!ATTLIST"); break; } if (*(s = t + strcspn(t, EZXML_WS ">")) == '>') continue; else *s = '\0'; /* null terminate tag name*/ - for (i = 0; root->attr[i] && strcmp(n, root->attr[i][0]); i++); + for (i = 0; n && root->attr[i] && strcmp(n, root->attr[i][0]); i++); for(;;) { s++;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor