Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

quic_multistream_test: fix undefined symbol snprintf with VS2010 #24369

Commits on May 11, 2024

  1. quic_multistream_test: fix undefined symbol snprintf with VS2010

    As snprintf is not available everywhere, use BIO_snprintf instead.
    
    Fixes:
            IF EXIST test\quic_multistream_test.exe.manifest DEL /F /Q test\quic_multistream_test.exe.manifest
            "link" /nologo /debug setargv.obj /subsystem:console /opt:ref  /nologo /debug @v:\_tmp\nm4.tmp
    quic_multistream_test-bin-quic_multistream_test.obj : error LNK2019: unresolved external symbol _snprintf referenced in function _helper_init
    test\quic_multistream_test.exe : fatal error LNK1120: 1 unresolved externals
    NMAKE : fatal error U1077: '"E:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\link.EXE"' : return code '0x460'
    
    Signed-off-by: Georgi Valkov <gvalkov@gmail.com>
    httpstorm committed May 11, 2024
    Configuration menu
    Copy the full SHA
    ef38494 View commit details
    Browse the repository at this point in the history