Issue metadata
Sign in to add a comment
|
Compile warning: vulkan-validation-layers: "Falling back to non-secure getenv for environmental lookups" |
||||||||||||||||||||||||
Issue descriptionChrome Version: r468542 OS: Linux CC obj/third_party/angle/src/vulkan_support/vulkan_loader/loader.o ../../third_party/vulkan-validation-layers/src/loader/loader.c:222:9: warning: Warning: Falling back to non-secure getenv for environmental lookups! Consider updating to a different libc. [-W#pragma-messages] #pragma message("Warning: Falling back to non-secure getenv for environmental lookups! Consider" \ ^ 1 warning generated. Marking security since the warning is a security warning. Should be investigated by the GPU team?
,
May 2 2017
I don't really understand what secure_getenv() buys you from a security standpoint. https://linux.die.net/man/3/secure_getenv But there's the man page. At least on my local machine, both HAVE_SECURE_GETENV and HAVE___SECURE_GETENV are not defined, so it falls back to regular getenv().
,
May 2 2017
Taking this out of the security queue and assigning it the security component instead. jmadill, could you please take a look?
,
May 2 2017
|
|||||||||||||||||||||||||
►
Sign in to add a comment |
|||||||||||||||||||||||||
Comment 1 by mgiuca@chromium.org
, May 2 2017