search for: l876

Displaying 3 results from an estimated 3 matches for "l876".

Did you mean: 876
2019 Jul 03
2
LLVM Releases
Thank you. > On Jul 3, 2019, at 4:04 AM, Justin Clift <justin at postgresql.org> wrote: > > On 2019-07-01 00:22, Marty Itzkowitz via llvm-dev wrote: >> I also tried spack install llvm at develop on a POWER9 (ppc641e) >> machine, but I can not find a compiler that >> will compile it. gcc 4.8.5 is reported as too old, and gcc 7.3.0 and >> 8.1.0 both fail in
2019 Jul 04
2
LLVM Releases
...justin at postgresql.org> wrote: > > Not sure personally, as I've not touched the libcxx source before. Looking > at line 876 for libcxx/include/chrono, gives this: > > https://github.com/llvm/llvm-project/blob/d2298e74235598f15594fe2c99bbac870a507c59/libcxx/include/chrono#L876 <https://github.com/llvm/llvm-project/blob/d2298e74235598f15594fe2c99bbac870a507c59/libcxx/include/chrono#L876> > > Nothing is obviously weird there though. Not sure where the complained about > constant is coming from, but if you can figure out it's source location you > sh...
2024 Nov 19
2
[Bug 3752] New: ssh agent with host constraints fails creating a signature
...re seems to be a mismatch in the keys used for signing. When host constraints are used, the userauth request is parsed and the key that should do the signing does not seem to match the key that is referenced in the message. (see: https://github.com/openssh/openssh-portable/blob/V_9_9_P1/ssh-agent.c#L876) I have a patch, but it's applicable on the ssh client instead of the agent, because it seems to work. See attachments. If you want to reproduce: 1. Create an agent 2. Have a server that accepts SSH certificates 3. Sign a certificate and add it to the agent with a host constraint 4. Try SSH c...