Skip to content

Commit 37760aa

Browse files
author
giraffedata
committed
Release 1.22.03
git-svn-id: https://xmlrpc-c.svn.sourceforge.net/svnroot/xmlrpc-c/advanced@1918 adbb7d4b-a73a-0410-a071-c5f57c452bd4
1 parent 129f757 commit 37760aa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

lib/expat/xmltok/xmltok_impl.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,9 @@ PREFIX(processBtRsqb)(const ENCODING * const enc ATTR_UNUSED,
819819
*countP = 2 * MINBPC(enc);
820820
*invalidP = true;
821821
}
822+
} else {
823+
*countP = 0;
824+
*invalidP = false;
822825
}
823826
}
824827
} else {

version.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
###############################################################################
99
XMLRPC_MAJOR_RELEASE = 1
1010
XMLRPC_MINOR_RELEASE = 22
11-
XMLRPC_POINT_RELEASE = 2
11+
XMLRPC_POINT_RELEASE = 3

0 commit comments

Comments
 (0)