GNU gettext - Bugs: bug #63529, xgettext: potential null-ptr...
You are not allowed to post comments on this tracker with your current authentication level.
bug #63529: xgettext: potential null-ptr dereference in XML resource locating rules
Submitter: | Shashank <theshank> | ||
Submitted: | Thu 15 Dec 2022 12:58:35 AM UTC | ||
Category: | XML | Severity: | 3 - Normal |
Item Group: | None | Status: | Fixed |
Privacy: | Public | Assigned to: | ueno |
Open/Closed: | Closed |
Sun 05 Mar 2023 01:53:41 AM UTC, comment #2: |
Daiki Ueno <ueno>![]() ![]() |
Thu 15 Dec 2022 02:42:22 AM UTC, comment #1: This code gets only used when parsing .loc files, indicated through command-line options and/or environment variables to the msgfmt and xgettext programs.
|
Bruno Haible <haible>![]() |
Thu 15 Dec 2022 12:58:35 AM UTC, original submission:
In gettext-tools/src/locating-rule.c, the following code does not check the return value of xmlGetProp, which would lead to NULL-pointer dereference in xstrdup() (in gettext-tools/gnulib-lib/xstrdup.c) whenever xmlGetProp() returns NULL.
|
Shashank <theshank> |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Thanks; should be fixed with:
https://git.savannah.gnu.org/gitweb/?p=gettext.git;a=commit;h=4e05e478eaae9dfbe55a9efc34a7a8b10bfd88e3