patchThe GNU Bourne-Again SHell - Patches: patch #9469, Dead code in man2html.c

 
 

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

patch #9469: Dead code in man2html.c

Submitter:  AppChecker <appchecker>
Submitted:  Wed 25 Oct 2017 05:33:02 PM UTC
   
 
Category:  None Priority:  5 - Normal
Status:  Wont Do Privacy:  Public
Assigned to:  None Open/Closed:  Open

Discussion

Wed 21 Feb 2018 02:13:05 PM UTC, comment #1: 

I inherited this code from someone else; I'm leaving it as-is.

Chet Ramey <chet>
Group administrator
Wed 25 Oct 2017 05:33:02 PM UTC, original submission:  

Hi,

http://git.savann ... 66935f6e6f2#n2399

in the file man2html.c, line n2399:
case V('e', 'c'):
    c = c + j;
    if (*c != '\n') {
        escapesym = *c;
    } else
        escapesym = '\\';
        break;
        c = skip_till_newline(c);

function skip_till_newline is never called.

This possible defect found by AppChecker

AppChecker <appchecker>

 

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 chet (Posted a comment)
  • -email is unavailable- added by appchecker (Submitted 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

    Follows 1 latest change.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-02-21 chet StatusNone Wont Do

    Back to the top

    Powered by Savane 3.16-598c.
    Corresponding source code