VirtualBox

Changeset 78153 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Apr 17, 2019 12:30:08 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
130068
Message:

IPRT: Added RTPATHABS_F_ENSURE_TRAILING_SLASH to RTPathAbsEx and fixed a couple of issues related to VERR_BUFFER_OVERFLOW code paths. bugref:9172

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/path.h

    r78104 r78153  
    357357 * @{ */
    358358/** Treat specified base directory as a root that cannot be ascended beyond.  */
    359 #define RTPATHABS_F_STOP_AT_BASE    RT_BIT_32(16)
     359#define RTPATHABS_F_STOP_AT_BASE            RT_BIT_32(16)
    360360/** Treat CWD as a root that cannot be ascended beyond.  */
    361 #define RTPATHABS_F_STOP_AT_CWD     RT_BIT_32(17)
     361#define RTPATHABS_F_STOP_AT_CWD             RT_BIT_32(17)
     362/** Ensure trailing slash in the result. */
     363#define RTPATHABS_F_ENSURE_TRAILING_SLASH   RT_BIT_32(18)
    362364/** @} */
    363365
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