search for: dangling

Displaying 20 results from an estimated 525 matches for "dangling".

Did you mean: mangling
2019 Jan 08
2
distributed thinlto usage
I am trying to work through the usage of thinlto for distributed builds. Here is the simple thinlto usage, just add -flto=thin everywhere, easy: clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else Places_.cpp clang++ -flto=thin -O3 -c -o RegBounds_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else RegBounds_.cpp clang++ -flto...
2016 Jul 12
3
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
...amount). > > Do you mean it will re-use memory less often? Won't that just hide > the bug above? If anything, I don't want ASan to "mitigate" bugs, I > want it to make the bug trigger more often. :) > ASan's reuses it less often, but keeps it poisoned so that dangling pointers get caught. This makes it less likely that re-use will cause invalid analysis results. BUT it makes it more likely that when we access a dangling pointer, it falls into a poisoned heap area. So the net result is that it catches dangling pointers better. Or to put it another way, the &quot...
2019 Jan 09
2
distributed thinlto usage
...lists.llvm.org>> wrote: I am trying to work through the usage of thinlto for distributed builds. Here is the simple thinlto usage, just add -flto=thin everywhere, easy: clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else Places_.cpp clang++ -flto=thin -O3 -c -o RegBounds_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else RegBounds_.cpp clang++ -flto...
2019 Jan 09
2
distributed thinlto usage
...lists.llvm.org>> wrote: I am trying to work through the usage of thinlto for distributed builds. Here is the simple thinlto usage, just add -flto=thin everywhere, easy: clang++ -flto=thin -O3 -c -o CreateWay_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else CreateWay_.cpp clang++ -flto=thin -O3 -c -o Places_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else Places_.cpp clang++ -flto=thin -O3 -c -o RegBounds_.o -DSPEC_CPU -DNDEBUG -DSPEC_CPU_LITTLE_ENDIAN -Wno-dangling-else RegBounds_.cpp clang++ -flto...
2017 Mar 06
2
Samba 4.5.5, Bug#12600, & those dangling links
I have updated one of my S4 DCs to 4.5.5, somewhat excited about the line in the ChangeLog * Bug #12600 - dbcheck does not find or fix dangling links on live objects Do I misunderstand the scope of this bug? # samba-tool dbcheck --cross-ncs --fix --reset-well-known-acls ... ERROR: no target object found for GUID component for member in object CN=Domain Users,CN=Users,XXXXX - <GUID=ff4a20f8e2de284a8db62a5515c3b88f>;<RMD_ADDTI...
2013 Apr 20
8
xen-unstable: commit commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c leaves HVM guest dangling after shutdown or destroy.
Hi, Commit 63753b3e0dc56efb1acf94fa46f3fee7bc59281c x86: allow VCPUOP_register_vcpu_info to work again on PVHVM guests Leaves HVM guests dangling after shutdown or destroy: xl list gives: (null) 16 0 4 --p--d 11.5 (null) 17 0 1 --ps-d 12.0 (first was destroyed, second shutdown) The actual xl and qemu processes are gone, so guest onl...
2016 Jul 06
4
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
...e.g. SimplifyCFG) 3. BOOM Notice that this ends up happening even though SimplifyCFG ultimately invalidates LVI. But that only happens after the AssertingVH has been triggered. We would avoid this issue in principle by just switching those AssertingVH to observing pointers, but then we would have dangling pointers. I'm pretty sure that any analysis that keeps pointers to IR is in fact ending up with dangling pointers like this. I've noticed that AssumptionCache using CallbackVH that allow it to update its data structures correctly in this case. Just using regular pointers will end up with...
2016 Jul 12
2
Should analyses be able to hold AssertingVH to IR? (related to PR28400)
...up happening even though SimplifyCFG ultimately > > invalidates LVI. But that only happens after the AssertingVH has been > > triggered. > > > > We would avoid this issue in principle by just switching those > > AssertingVH to observing pointers, but then we would have dangling > > pointers. I'm pretty sure that any analysis that keeps pointers to IR is > > in fact ending up with dangling pointers like this. > > > > I've noticed that AssumptionCache using CallbackVH that allow it to > > update its data structures correctly in this cas...
2017 Nov 21
2
Problem with not fixable dangling forward links
...RMD_ADDTIME=130015150890000000>;<RMD_CHANGETIME=130015150890000000>;<RMD_FLAGS=0>;<RMD_INVOCID=af301252bb781543b57dbd7cb773d46f>;<RMD_LOCAL_USN=4762>;<RMD_ORIGINATING_USN=4762>;<RMD_VERSION=0>;CN=Test,CN=Sites,CN=Configuration,DC=samba-list,DC=loc Not removing dangling forward link ERROR: no target object found for GUID component for siteList in object CN=DEFAULTIPSITELINK,CN=IP,CN=Inter-Site Transports,CN=Sites,CN=Configuration,DC=samba-list,DC=loc - <GUID=596bd8ae9e8bc94eab99ad3c12e22132>;<RMD_ADDTIME=130739077850000000>;<RMD_CHANGETIME=130739...
2017 Oct 16
5
possible to use ldbedit in a safe way
Hi, dbcheck tells us we have two "dangling forward links" that I am trying to get rid of. On my test domain, I have simply done ldbedit -e nano -H ./CN=CONFIGURATION,DC=SAMBA,DC=COMPANY,DC=COM to remove them. While that seems to have worked nicely, dbcheck report zero errors now, it is something that I should never have done, or d...
2007 Nov 10
0
10 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_types.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie_clip_loader.c libswfdec/swfdec_movie.h libswfdec/swfdec_resource.c
...| 74 +- libswfdec/swfdec_resource.h | 1 libswfdec/swfdec_resource_request.c | 21 libswfdec/swfdec_resource_request.h | 12 test/sound/sound.c | 5 test/trace/Makefile.am | 25 test/trace/dangling-compare-5.swf |binary test/trace/dangling-compare-5.swf.trace | 145 ++++ test/trace/dangling-compare-6.swf |binary test/trace/dangling-compare-6.swf.trace | 289 ++++++++ test/trace/dangling-compare-7.swf |binary test/trace/dangling-compare-7.swf.trace...
2019 Mar 27
2
getelementptr inbounds with offset 0
...for a ZST, allocating a ZST (Box::new in Rust, think of it like new in C++) does not actually allocate any memory, it just returns an integer (sufficiently aligned) cast to a pointer. >>> Let's start with example2, note that I renamed the values above. >>> >>> %P2 is dangling (and we know it) after the free. %P2 is therefore >>> poison* and so is %G2. >>> >>> * or undef I'm always confused which might be bad in this conversation. >> >> Wait, I know that C has a rule that dangling pointers are "indeterminate" but >&...
2017 Nov 23
0
Problem with not fixable dangling forward links
...DDTIME=130015150890000000>;<RMD_CHANGETIME=130015150890000000>;<RMD_FLAGS=0>;<RMD_INVOCID=af301252bb781543b57dbd7cb773d46f>;<RMD_LOCAL_USN=4762>;<RMD_ORIGINATING_USN=4762>;<RMD_VERSION=0>;CN=Test,CN=Sites,CN=Configuration,DC=samba-list,DC=loc > Not removing dangling forward link > ERROR: no target object found for GUID component for siteList in object > CN=DEFAULTIPSITELINK,CN=IP,CN=Inter-Site > Transports,CN=Sites,CN=Configuration,DC=samba-list,DC=loc - > <GUID=596bd8ae9e8bc94eab99ad3c12e22132>;<RMD_ADDTIME=130739077850000000>;<R...
2017 Nov 25
0
Problem with not fixable dangling forward links
...30015150890000000>;<RMD_CHANGETIME=130015150890000000>;<RMD_FLAGS=0>;<RMD_INVOCID=af301252bb781543b57dbd7cb773d46f>;<RMD_LOCAL_USN=4762>;<RMD_ORIGINATING_USN=4762>;<RMD_VERSION=0>;CN=Test,CN=Sites,CN=Configuration,DC=samba-list,DC=loc >>> Not removing dangling forward link >>> ERROR: no target object found for GUID component for siteList in object >>> CN=DEFAULTIPSITELINK,CN=IP,CN=Inter-Site >>> Transports,CN=Sites,CN=Configuration,DC=samba-list,DC=loc - >>> <GUID=596bd8ae9e8bc94eab99ad3c12e22132>;<RMD_ADDTIME...
2018 Mar 20
1
[GSOC] Create a checker for dangling string pointers in C++
...ar student in Computer Science at Pusan National University. This summer I would like to contribute to your project, however I do not have experience in contributing to open source societies so far. Therefore, I would like to start with not a difficult, in my opinion, project as "a checker for dangling string pointers in C++". I am currently writing proposal and would like to know whether there is an additional information about the project I need to know and how I can get started on the project. Thank you. Sincerely, Rustam Khadipash. -------------- next part -------------- An HTML attachm...
2017 Nov 25
2
Problem with not fixable dangling forward links
...E=130015150890000000>;<RMD_CHANGETIME=130015150890000000>;<RMD_FLAGS=0>;<RMD_INVOCID=af301252bb781543b57dbd7cb773d46f>;<RMD_LOCAL_USN=4762>;<RMD_ORIGINATING_USN=4762>;<RMD_VERSION=0>;CN=Test,CN=Sites,CN=Configuration,DC=samba-list,DC=loc > > Not removing dangling forward link > > ERROR: no target object found for GUID component for siteList in object > > CN=DEFAULTIPSITELINK,CN=IP,CN=Inter-Site > > Transports,CN=Sites,CN=Configuration,DC=samba-list,DC=loc - > > <GUID=596bd8ae9e8bc94eab99ad3c12e22132>;<RMD_ADDTIME=13073907...
2017 Oct 16
5
possible to use ldbedit in a safe way
On 10/16/2017 11:13 AM, Rowland Penny via samba wrote: > On Mon, 16 Oct 2017 16:53:17 +0200 > mj via samba <samba at lists.samba.org> wrote: > >> Hi, >> >> dbcheck tells us we have two "dangling forward links" that I am >> trying to get rid of. On my test domain, I have simply done >> >> ldbedit -e nano -H ./CN=CONFIGURATION,DC=SAMBA,DC=COMPANY,DC=COM >> >> to remove them. >> >> While that seems to have worked nicely, dbcheck report zero error...
2017 Jun 07
3
samba-tool dbcheck erro
...t;RMD_CHANGETIME=0>;<RMD_FLAGS=0>;<RMD_INVOCID=e8c81fc7-2fdf-404a-804c-24fbade3ebde>;<RMD_LOCAL_USN=1>;<RMD_ORIGINATING_USN=1>;<RMD_VERSION=0>;CN=NTDS Settings,CN=SERVAD,CN=Servers,CN=Matriz,CN=Sites,CN=Configuration,DC=interno,DC=MYDOMAIN,DC=com,DC=br Not removing dangling forward link ERROR: no target object found for GUID component for msDS-NC-Replica-Locations in object CN=8c87defe-1e9d-4e74-b0cb-3c2c86d546b4,CN=Partitions,CN=Configuration,DC=interno,DC=MYDOMAIN,DC=com,DC=br - <GUID=272989ef-44e2-471d-8ed3-fe58f57750c8>;<RMD_ADDTIME=0>;<RMD_CHAN...
2019 Jan 25
0
[klibc:update-dash] expand - Fix dangling left square brackets in patterns
...ibs/klibc/klibc.git;a=commit;h=08e03dee1485ec4823b3afd465b32938b3a40045 Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 3 Sep 2016 21:58:50 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Fri, 25 Jan 2019 02:57:21 +0000 [klibc] expand - Fix dangling left square brackets in patterns When there is an unmatched left square bracket in patterns, pmatch will behave strangely and exhibit undefined behaviour. This patch (based on Harld van Dijk's original) fixes this by treating it as a literal left square bracket. Reported-by: Olof Johansson &...
2020 Mar 28
0
[klibc:update-dash] dash: expand - Fix dangling left square brackets in patterns
...ibc/klibc.git;a=commit;h=9885e7650e5daf90ddc2a9bb1dfc6af14e86ad9d Author: Herbert Xu <herbert at gondor.apana.org.au> AuthorDate: Sat, 3 Sep 2016 21:58:50 +0800 Committer: Ben Hutchings <ben at decadent.org.uk> CommitDate: Sat, 28 Mar 2020 21:42:54 +0000 [klibc] dash: expand - Fix dangling left square brackets in patterns [ dash commit ad092191a3f281c2d14089c86757305403a9de64 ] When there is an unmatched left square bracket in patterns, pmatch will behave strangely and exhibit undefined behaviour. This patch (based on Harld van Dijk's original) fixes this by treating it as a l...