https://github.com/labath commented:

I'm wondering how badly do we need this to be "secure". I'm asking because 
basically the only reason this can fail is if it fails to open /dev/random or 
something. So, like if we're fine with falling back to a lower entropy source 
(some c++11 RNG initialized by the timestamp?), then we could make this always 
return /something/. I don't know if we have other uses for this, but it seems 
that the telemetry should be fine with that since it just effectively falls 
back to an empty UUID.

https://github.com/llvm/llvm-project/pull/133662
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to