Re: [xml] ping //Re: [PATCH] xmlschemastypes.c: xmlSchemaGetFacetValueAsULong add check "facet->val"



On 2020/12/7 0:42, Nick Wellnhofer wrote:
On 01/12/2020 08:05, Xiaoming Ni wrote:
ping

Your previous email didn't make it to the mailing list.

On 2020/11/24 14:55, Xiaoming Ni wrote:
The xmlSchemaGetFacetValueAsUlong() API is an external API.
The validity of external input parameters must be strictly verified.
Before accessing "facet->val->value", we need check whether "facet->val" is
a null pointer.

Signed-off-by: wuqing <wuqing30 huawei com>
Signed-off-by: Xiaoming Ni <nixiaoming huawei com>
---
  xmlschemastypes.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Please resend the full patch formatted with "git format-patch" or create a merge request on https://gitlab.gnome.org/GNOME/libxml2

Nick

.

Here's my bash history log:
git format-patch -1
git send-email -to otaylor src gnome org -to veillard src gnome org -to wbrack src gnome org -to veillard redhat com -to wbrack mmm com hk -to igor zlatkovic com -to rrichards ctindustries net -cc wangle6 huawei com -cc wuqing30 huawei com --suppress-cc=all -to xml gnome org -cc nixiaoming huawei com 0001-xmlschemastypes.c-xmlSchemaGetFacetValueAsULong-add-.patch

But I don't know why the email is not in the mailing list.
Is it because I didn't add the [xml] tag to the patch?
Should be used:
git format-patch -1 --subject-prefix="PATCH xml"

Thanks
Xiaoming Ni

.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]