Displaying 2 results from an estimated 2 matches for "958484".
Did you mean:
  58484
  
2014 May 08
1
Trouble demoting DC with broken replication
...c-abc9-4644-bff6-35809664bbd9,CN=Servers,CN=Standardname-des-ersten-Standorts,CN=Sites,CN=Configuration,DC=samdom,DC=loc
                DSA object GUID: 8c0461e2-6f72-42be-98ab-ce175fc84653
                Last attempt @ Thu May  8 14:51:59 2014 CEST failed,
result 2 (WERR_BADFILE)
                958484 consecutive failure(s).
                Last success @ Sat Feb 15 12:56:47 2014 CET
DC=samdom,DC=loc
        Standardname-des-ersten-Standorts\dc03 via RPC
                DSA object GUID: 94534f65-5d06-41f5-844d-a58a0bc03c93
                Last attempt @ NTTIME(0) was successful...
2017 Jul 06
5
GEP with a null pointer base
Hi everyone,
I've got a problem that I would like some input on.  The problem basically boils down to a program that I am compiling, whose source I don't control, doing something like this:
  p = (char*)0 + n
where 'n' is an intptr_t-sized value that the program knows is actually a valid address for a pointer.
clang translates this as
  %p = getelementptr inbounds i8, i8*