aws / aws-nitro-enclaves-samples

Provides samples that can help developers get started with Nitro Enclaves.
Apache License 2.0
55 stars 32 forks source link

vsock-sample: Fix missing Hello World on enclave console #8

Closed dblanzeanu closed 3 years ago

dblanzeanu commented 3 years ago

vsock-sample: Fix missing Hello World on enclave console

Signed-off-by: Doru-Florin Blanzeanu blanzed@amazon.com

Issue #7

Description of changes: In order to have multiple consecutive messages concatenated and not separated by a newline, print was instructed to not add a newline at the end. The enclave console does not print anything unless a newline is received.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.