[Lldb-commits] [lldb] [lldb] Hoist UUID generation into the UUID class (PR #133662)
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Mon Mar 31 04:14:58 PDT 2025
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
More information about the lldb-commits
mailing list