VirtualBox

Changeset 69473 in vbox for trunk/src/bldprogs


Ignore:
Timestamp:
Oct 28, 2017 12:41:18 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118809
Message:

scm: fix

File:
1 edited

Legend:

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

    r69467 r69473  
    19361936                size_t      cchFirst;
    19371937                const char *pchFirst = ScmStreamGetLine(&Stream1, &cchFirst, &enmIgn);
    1938                 if (cchFirst >= 9 && *pchFirst == '#')
     1938                if (cchFirst >= 9 && pchFirst && *pchFirst == '#')
    19391939                {
    19401940                    do
Note: See TracChangeset for help on using the changeset viewer.

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