Page MenuHomePhabricator

WIP: Bug 1501881 - Instrument the build to dump L10n IDs during startup for DTD/Properties/FTL.
Changes PlannedPublic

Authored by zbraniecki on Aug 1 2019, 2:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 15 2025, 8:28 AM
Unknown Object (File)
Oct 14 2025, 9:03 PM
Unknown Object (File)
Oct 14 2025, 12:03 AM
Unknown Object (File)
Oct 9 2025, 1:27 AM
Unknown Object (File)
May 28 2025, 2:19 AM
Unknown Object (File)
May 10 2025, 5:50 PM
Unknown Object (File)
Apr 18 2025, 7:59 AM
Unknown Object (File)
Mar 16 2025, 10:47 PM
Subscribers

Details

Reviewers
None
Bugzilla Bug ID
1501881

Diff Detail

Repository
rMOZILLACENTRAL mozilla-central
Branch
default

Event Timeline

phab-bot changed the visibility from "Custom Policy" to "Public (No Login Required)".
phab-bot changed the edit policy from "Custom Policy" to "Restricted Project (Project)".
phab-bot removed a project: secure-revision.

Code analysis found 1 defect in the diff 144150:

  • 1 defect found by Coverity

If you see a problem in this automated review, please report it here.

parser/expat/lib/xmlparse.c
805

Checker reliability is medium, meaning that the false positive ratio is medium.
Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *".
The path that leads to this defect is:

  • parser/expat/lib/xmlparse.c:805:
    • invalid_type: Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *"..

Code analysis found 1 defect in the diff 144151:

  • 1 defect found by Coverity

If you see a problem in this automated review, please report it here.

parser/expat/lib/xmlparse.c
805

Checker reliability is medium, meaning that the false positive ratio is medium.
Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *".
The path that leads to this defect is:

  • parser/expat/lib/xmlparse.c:805:
    • invalid_type: Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *"..

Code analysis found 1 defect in the diff 245366:

  • 1 defect found by coverity-coverity

If you see a problem in this automated review, please report it here.

You can view these defects on the code-review frontend and on Treeherder.

parser/expat/lib/xmlparse.c
805

Checker reliability is medium, meaning that the false positive ratio is medium.
Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *".
The path that leads to this defect is:

  • parser/expat/lib/xmlparse.c:805:
    • invalid_type: Argument "(char *)name[i]" to format specifier "%c" was expected to have type "int" but has type "char *"..
zbraniecki updated this revision to Diff 469448.
zbraniecki retitled this revision from Bug 1501881 - Instrument the build to dump L10n IDs during startup for DTD/Properties/FTL. to WIP: Bug 1501881 - Instrument the build to dump L10n IDs during startup for DTD/Properties/FTL..

Code analysis found 1 defect in the diff 469448:

  • 1 defect found by Coverity

If you see a problem in this automated review, please report it here.

You can view these defects on the code-review frontend and on Treeherder.