VirtualBox

Ignore:
Timestamp:
Apr 21, 2020 2:33:40 PM (5 years ago)
Author:
vboxsync
Message:

IPRT: Implement RTStrEnd in assembly & C++, drop the inlining. memchr from VC++ 14.1 cannot deal wtih RTSTR_MAX on unaligned string, it may step into an electric fence page after the end of the string. [fix] bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/Support/Makefile.kmk

    r83348 r83893  
    352352        $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrCmp.cpp \
    353353        $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrCopy.cpp \
     354        $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrEnd.asm \
    354355        $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrICmpAscii.cpp \
    355356        $(VBOX_PATH_RUNTIME_SRC)/common/string/RTStrNCmp.cpp \
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