[Git][wine/wine][master] 7 commits: msxml3: Respect document encoding in Save().
Alexandre Julliard pushed to branch master at wine / wine Commits: b0c2e6f4 by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3: Respect document encoding in Save(). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 8f65e0c3 by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3: Fix a leak when parsing xml declaration body (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - bea4c4a4 by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3: Improve cleanup on error paths when creating DOM nodes (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - ab2694e5 by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3/tests: Fix copy-paste issue when testing node value (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 235f229b by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3/tests: Fix a string double free (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 8548c0a0 by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3/tests: Fix some use-after-free (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 3ed9d4ed by Nikolay Sivov at 2026-04-21T21:40:31+02:00 msxml3/tests: Add a few missing return value checks (Coverity). Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> - - - - - 4 changed files: - dlls/msxml3/domdoc.c - dlls/msxml3/node.c - dlls/msxml3/saxreader.c - dlls/msxml3/tests/domdoc.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d37352b57992210ec1c38b5e31c788... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/d37352b57992210ec1c38b5e31c788... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)