VirtualBox

Ignore:
Timestamp:
Jan 17, 2024 10:52:44 AM (13 months ago)
Author:
vboxsync
Message:

GuestHost/SharedClipboard/tstClipboardHttpServer.cpp: Workaround memory leaks with ASAN enabled builds in libproxy causing the testcase to fail, we don't need any proxies for the testcase anyway

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/testcase/tstClipboardHttpServer.cpp

    r102830 r102917  
    415415            if (RT_SUCCESS(rc))
    416416            {
     417                /*
     418                 * Set it to not use any proxies for our testcase as it is not necessary and
     419                 * it will cause memory leaks on Linux where libproxy is used making the testcase fail
     420                 * for ASAN enabled builds.
     421                 */
     422                RTTEST_CHECK_RC_OK(hTest, RTHttpSetProxy(hClient, NULL /*pszProxyUrl*/, 0 /*uPort*/,
     423                                                         NULL /*pszProxyUser*/, NULL /*pszProxyPwd*/));
     424
    417425                char szURL[RTPATH_MAX];
    418426                for (size_t i = 0; i < RT_ELEMENTS(g_aTests); i++)
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