Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Merge "Upgrade libxml2 to 58de9d3" into main
Browse files Browse the repository at this point in the history
  • Loading branch information
sadafebrahimi authored and Gerrit Code Review committed Aug 7, 2023
2 parents a82e78b + 4f110c4 commit b9f5891
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions METADATA
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ third_party {
type: GIT
value: "https://github.com/GNOME/libxml2/"
}
version: "75693281389aab047b424d46df944b35ab4a3263"
version: "58de9d31da4d0e8cb6bcf7f5e99714f9df2c4411"
license_type: BY_EXCEPTION_ONLY
license_note: "contains GFDL documentation"
security {
tag: "NVD-CPE2.3:cpe:/a:xmlsoft:libxml2:2.9.2:-"
}
last_upgrade_date {
year: 2023
month: 7
day: 24
month: 8
day: 7
}
}
2 changes: 1 addition & 1 deletion valid.c
Original file line number Diff line number Diff line change
Expand Up @@ -1052,7 +1052,7 @@ xmlCopyDocElementContent(xmlDocPtr doc, xmlElementContentPtr cur) {
if (cur->c1 != NULL)
tmp->c1 = xmlCopyDocElementContent(doc,cur->c1);
if (tmp->c1 != NULL)
tmp->c1->parent = ret;
tmp->c1->parent = tmp;
prev = tmp;
cur = cur->c2;
}
Expand Down

0 comments on commit b9f5891

Please sign in to comment.