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
Item Group:  None Status:  Fix Released
Privacy:  Public Assigned to:  ueno
Open/Closed:  Closed

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: 
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

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

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

    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.

     

    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.13-4448.
    Corresponding source code