Build Update for openssl/openssl ------------------------------------- Build: #23717 Status: Still Failing
Duration: 22 mins and 21 secs Commit: ce506d2 (master) Author: Richard Levitte Message: testutil: ensure good treatment of argv on non-Unix platforms >From a Unix point of view, some other platform families have certain quirks. Windows command prompt doesn't expand globs into actual file names, so we must do this. VMS has some oddity with argv pointer size that can cause crashes if you're not careful (by copying it to a less surprising pointer size array). The fixups already exist and are used in the apps/ code. However, the testutil code started using the opt routines from apps/ without including the non-Unix fixups. This change fixes that. For VMS' sake, libtestutil gets an app_malloc() shim, to avoid sucking in all of apps/apps.c. Reviewed-by: Paul Dale <[email protected]> (Merged from https://github.com/openssl/openssl/pull/8381) View the changeset: https://github.com/openssl/openssl/compare/469ce8ff48ef...ce506d27ab5e View the full build log and details: https://travis-ci.org/openssl/openssl/builds/501904423?utm_medium=notification&utm_source=email -- You can unsubscribe from build emails from the openssl/openssl repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=5849220&utm_medium=notification&utm_source=email. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
