bugcgicc - Bugs: bug #38141, multi-character character constant...

 
 

bug #38141: multi-character character constant warning

Submitter:  Acer Yang <yangacer>
Submitted:  Tue 22 Jan 2013 10:52:46 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  sebdiaz
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 22 Jan 2013 10:52:46 AM UTC, original submission:  

The warning appears in 3.2.10.

Cgicc.cpp:390

pos = data.find_first_of(';&', oldPos);

This is a bug actually. Double quotes should be used rather than single quotes. i.e.

pos = data.find_first_of(";&", oldPos);

Acer Yang <yangacer>

 

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

Attach Files:
   
   
Comment:
   

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 yangacer (Submitted 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.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-01-01 sebdiaz StatusNone Fixed
        Assigned toNone sebdiaz
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code