• Colomban Wendling's avatar
    make: Avoid reading an uninitialized value on empty target names · 04c721c3
    Colomban Wendling yazdı
    Fixing this is however only theoretically useful, as:
    * no actual code paths can currently lead to it;
    * even if the code actually ended up reading the uninitialized value,
      it would still have a fully defined behavior as the result of the
      check is irrelevant in the only case the uninitialized read can
      happen.
    
    Anyway, fix this to avoid any possible bad surprises in the future.
    04c721c3
Adı
Son kayıt (commit)
Son güncelleme
..
ctags Loading commit data...
mio Loading commit data...
src Loading commit data...
Makefile.am Loading commit data...