bugGNU gettext - Bugs: bug #48404, parameter vs. argument count...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #48404: parameter vs. argument count mismatch for calling phase5_scan_regexp in src/x-javascript.c

Submitter:  None
Submitted:  Tue 05 Jul 2016 08:50:12 AM UTC
   
 
Category:  JavaScript Severity:  3 - Normal
Priority:  5 - Normal Item Group:  None
Status:  Fix Released Privacy:  Public
Assigned to:  ueno Open/Closed:  Closed

Discussion

Thu 09 May 2019 07:23:13 PM UTC, comment #2: 

The fix is contained in the gettext-0.20 release.

Bruno Haible <haible>
Group administrator
Tue 23 Oct 2018 06:36:28 PM UTC, comment #1: 

Thanks for the report. Fixed by Daiki through
https://git.savan ... e8a063fcc1612b5c1

Bruno Haible <haible>
Group administrator
Tue 05 Jul 2016 08:50:12 AM UTC, original submission:  

From a FreeBSD ports context for devel/gettext-tools: src/x-javascript.c has code of the structure:

static void
phase5_scan_regexp ()
{
. . . (no attempt to get/use implicit arguments) . . .
}

static void
phase5_get (token_ty *tp)
{
. . .
          else
            {
              phase5_scan_regexp (tp);
              tp->type = last_token_type = token_type_regexp;
            }
. . .

The tp argument in the phase5_scan_regexp call has no matching parameter.

This was reported by the compiler that was doing the build.

Anonymous

 

Attached Files

This item currently has no attached files.

 

Dependencies

This item does not depend on any other items.

No items depend on this one.

 

Mail Notification Carbon-Copy List

Carbon-Copy List
  • -email is unavailable- added by haible (Updated the item)
  •  

    Votes

    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.

     

    History

    Follow 5 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2023-01-04 haible StatusFixed Fix Released
    2018-10-23 haible StatusNone Fixed
        Assigned toNone ueno
        Open/ClosedOpen Closed
    2016-11-27 haible CategoryNone JavaScript

    Back to the top

    Powered by Savane 3.16-ed84.
    Corresponding source code