Skip to content
  • Mark OLESEN's avatar
    aafbb672
    BUG: wmkdepend sometimes throws (closes #1036) · aafbb672
    Mark OLESEN authored
    - local token shifting was missing when getting the next file chunk
      (while in the middle of parsing that text).
    
      As well as adding the correct shifting, also tag the local buffer
      with nullptr when it is done. Be extra paranoid and check the
      raw buffer range before passing off to std::string.
    aafbb672
    BUG: wmkdepend sometimes throws (closes #1036)
    Mark OLESEN authored
    - local token shifting was missing when getting the next file chunk
      (while in the middle of parsing that text).
    
      As well as adding the correct shifting, also tag the local buffer
      with nullptr when it is done. Be extra paranoid and check the
      raw buffer range before passing off to std::string.
Loading