VirtualBox

Changeset 69345 in vbox for trunk


Ignore:
Timestamp:
Oct 26, 2017 1:16:16 PM (7 years ago)
Author:
vboxsync
Message:

scmparser.cpp: added missing pchLine NULL checks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bldprogs/scmparser.cpp

    r69258 r69345  
    568568                            rcRet = rc;
    569569                    }
     570
     571                    if (!pchLine)
     572                        break;
    570573                }
    571574            }
     
    631634                if (rcRet == VINF_SUCCESS)
    632635                    rcRet = rc;
     636
     637                if (!pchLine)
     638                    break;
    633639            }
    634640            else if (ch == '"' || ch == '\'')
     
    778784                        rcRet = rc;
    779785                }
     786
     787                if (!pchLine)
     788                    break;
    780789            }
    781790            /* else: We don't have to deal with character litterals as these shouldn't
     
    875884                if (rcRet == VINF_SUCCESS)
    876885                    rcRet = rc;
     886
     887                if (!pchLine)
     888                    break;
    877889            }
    878890        } /* for each character in the line */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette