search for: cgn

Displaying 20 results from an estimated 21 matches for "cgn".

Did you mean: can
2012 Nov 28
1
[LLVMdev] Inconsistent result with CallGraph
...blem.This is the code we have executed: virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const { info.addRequired<CallGraph>(); ... } ... virtual bool runOnModule( Module & M ) { ... CallGraph &CG = this->getAnalysis<CallGraph>(); CallGraphNode *cgn; unsigned nref; for(CallGraph::const_iterator I=CG.begin(),E=CG.end();I!=E;I++) { cgn=I->second; if((cgn)&&(cgn->getFunction())) { nref=cgn->getNumReferences(); llvm::dbgs()<<"uses:"<<nref<<"\n";...
2012 Nov 22
0
[LLVMdev] possible bug in llvm-3.1
...de. This is the code we have executed: virtual void getAnalysisUsage( llvm::AnalysisUsage & info ) const { info.addRequired<CallGraph>(); ... } ... virtual bool runOnModule( Module & M ) { ... CallGraph &CG = this->getAnalysis<CallGraph>(); CallGraphNode *cgn; unsigned nref; for(CallGraph::const_iterator I=CG.begin(),E=CG.end();I!=E;I++) { cgn=I->second; if((cgn)&&(cgn->getFunction())) { nref=cgn->getNumReferences(); llvm::dbgs()<<"uses:"<<nref<<"\n";...
2011 Mar 30
1
[LLVMdev] Trouble traversing the CallGraph
...ude <stdio.h> int main() { printf( "Hello World!\n" ); } ----- If I try to traverse the CallGraph using the following code: ----- CallGraph CG = this->getAnalysis<CallGraph>(); for( CallGraph::const_iterator i = CG.begin(); i != CG.end(); ++i ) { CallGraphNode * cgn = i->second; for( CallGraphNode::const_iterator ii = cgn->begin(); ii != cgn->end(); ++ii ) {} } ----- The CallGraphNode::const_iterator is inconsistent. For starters, the inner loop never exits and, besides, if I try to use the values contained in the iterator (e.g. ii->second)...
2012 Aug 17
0
[LLVMdev] Problem of use CallGraph
...h>(); > for ( CallGraph::iterator i = g.begin(); i != g.end(); i++) > { > errs()<<"-----------------\n"; You may try something like this: if (CallGraphNode *CGN = i->second) ... CGN->getFunction()->getName() ... > errs()<<i->second->getFunction()->getName()<<"\n"; > } > return false; >...
2012 Aug 17
3
[LLVMdev] Problem of use CallGraph
Hello, I want to traverse CallGraph code segment: virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired<CallGraph>(); } virtual bool runOnModule(Module &F) { CallGraph &g = getAnalysis<CallGraph>(); for ( CallGraph::iterator i = g.begin(); i != g.end(); i++) { errs()<<"-----------------\n";
2012 Apr 22
0
[LLVMdev] Remove function from module
Михаил wrote: > It is ModulePass with AnalysisUsage of CallGraph Ah, then you'll need to update the CallGraph first. Use "CG.removeFunctionFromModule(F);" before deleting it. Nick > Yours sincerely, > Kadysev Mikhail > > 22.04.2012, в 5:20, Nick Lewycky написал(а): > >> Михаил wrote: >>> Thanks, but I replaceAllUsesWith() - works well, but I still
2012 Apr 22
2
[LLVMdev] Remove function from module
It is ModulePass with AnalysisUsage of CallGraph Yours sincerely, Kadysev Mikhail 22.04.2012, в 5:20, Nick Lewycky написал(а): > Михаил wrote: >> Thanks, but I replaceAllUsesWith() - works well, but I still get bug in >> eraseFromParent(): >> >> While deleting: i32 (%class.B*, i32)* %_ZN1B1xEi >> An asserting value handle still pointed to this value! >>
2015 Mar 04
1
IP drop list
> Am 04.03.2015 um 20:31 schrieb Reindl Harald <h.reindl at thelounge.net>: > > > In the case of HTTP, IMAP, etc. things are not so easy. > > Just think about NAT and CGN > > that don't matter > > if i blacklist a client because he starts a dictionary attack in SMTP i want it also bock on IMAP without use a dozen of different tools because teh via IMAP now catched account password will be used for send spam later when the SMTP RBL entry expires T...
2006 May 22
2
[LLVMdev] Indirect function call
...= dyn_cast<CallInst>(J)) { Function *callee = cs->getCalledFunction(); if(callee) continue;//not a function pointer. for(CompleteBUDataStructures::callee_iterator K = DS.callee_begin(J); K != DS.callee_end(J); ++K) { if(K->first != J) continue; CallGraphNode *cgn = getAnalysis<CallGraph>()[f]; // Find a indirect call! CallGraphNode *calleecgn = getAnalysis<CallGraph>()[K->second]; cgn->addCalledFunction(calleecgn); std::cerr<<"\n indirect call in "<<f->getName()<<*J<<", callee: &q...
2015 Mar 04
4
IP drop list
On 03/03/2015 11:03 PM, Earl Killian wrote: > On 2015/3/2 10:03, Reindl Harald wrote: >> >> that is all nice >> >> but the main benefit of RBL's is always ignored: >> >> * centralized >> * no log parsing at all >> * honeypot data are "delivered" to any host >> * it's cheap >> * it's easy to maintain >> * it
2015 Mar 04
0
IP drop list
...sions and you will never convince any sane kernel developer doing that nor does it much help for the users on a different operating system dovecot is not linux only ____________________________________ > In the case of HTTP, IMAP, etc. things are not so easy. > Just think about NAT and CGN that don't matter if i blacklist a client because he starts a dictionary attack in SMTP i want it also bock on IMAP without use a dozen of different tools because teh via IMAP now catched account password will be used for send spam later when the SMTP RBL entry expires and frankly that 10...
2007 Dec 01
1
Asterisk & Cisco calling Name
...18472 RTP/AVP 0 101 c=IN IP4 216.86.35.24 a=rtpmap:0 PCMU/8000 a=rtpmap:101 telephone-event/8000 a=fmtp:101 0-16 a=ptime:20 --uniqueBoundary Content-Type: application/gtd Content-Disposition: signal;handling=optional IAM, PRN,isdn*,,NI***, USI,rate,c,s,c,1 USI,lay1,ulaw TMR,00 CPN,04,,1,9734333001 CGN,04,,1,y,4,9733901090 CPC,09 FCI,,,,,,,y, GCI,602d57449f0411dc8052000f352dca41 UFC,GEN,5,gentf,79 UFC,GEN,5,fachd,9f8b0100 UFC,GEN,5,inpdu,02010106072a8648ce150004 --uniqueBoundary-- --- (21 headers 33 lines)--- Using INVITE request as basis request - 602E8F94-9F0411DC-8ACEEC29-3723F693 at 216.86....
2016 Nov 02
2
is it possible to let two nodes in different LAN directly connected with another public server ?
pc1(LANa) ----poor connection ----> VPS <--------- PC2(LANb) pc1 and pc2 used to connected directly with tinc, since pc1 used to have WAN IP(pppoe), but the pppoe IP is not WAN IP anymore (ISP changed to let all ADSL user in a LAN). if I let the two pc connect to a VPS with tinc, can later connections between pc1 and pc2 be directly ? for example, ssh from pc1 to pc2 but not proxyed by
2012 Dec 04
3
How to find matching columns in a matrix of lists?
Dear R users, I have a matrix composed of lists: m <- matrix( list(), nrow=1, ncol=3 ) m[[ 1, 1 ]] <- list("A", "B") m[[ 1, 2 ]] <- list("A", "C") m[[ 1, 3 ]] <- list("A", "B") and want to get the sub-matrix where cells contain "B". But m[ , "B" %in% m[ 1, ], drop=F ] as well as m[ , "B"
2015 Mar 01
12
IP drop list
I wonder if there is an easy way to provide dovecot a flat text file of ipv4 #'s which should be ignored or dropped? I have accumulated 45,000+ IPs which routinely try dictionary and 12345678 password attempts. The file is too big to create firewall drops, and I don't want to compile with wrappers *if* dovecot has an easy ability to do this. If dovecot could parse a flat text file of
2016 Mar 16
0
Updated status on UEFI compliant version of the pxechn-module
...d documentation IPs or private IPs. "192.0.2.0/24 (TEST-NET-1), 198.51.100.0/24 (TEST-NET-2), and 203.0.113.0/24 (TEST-NET-3) are provided for use in documentation." RFC5737. RFC 1918 specifies 10.0.0.0/8, 172.16.0.0/12 and 192.168.0.0/16 as private. RFC6598 allocated 100.64.0.0/10 for CGN, also a private space. APNIC had to declare several subnets as forbidden when it was issued 1.0.0.0/8 for real allocation in 2010, including for example 1.1.1.0/24 and 1.2.3.0/24, and waste some of its allocation. >> I just compiled up the 6.04-prerelease and can see that the pxechn-module...
2016 Mar 16
5
Updated status on UEFI compliant version of the pxechn-module
Hi, ________________________________________ From: Gene Cumm <gene.cumm at gmail.com> Sent: Wednesday, March 16, 2016 00:56 To: Jan Frode J?ger Cc: syslinux at zytor.com Subject: Re: [syslinux] Updated status on UEFI compliant version of the pxechn-module On Tue, Mar 15, 2016 at 9:32 AM, Jan Frode J?ger <jan.frode.jaeger at ntnu.no> wrote: Without trying to figure out where data is
2012 Mar 30
7
transition to ip6
I imagine some day in the near future there will be a switch to ipv6. I cannot imagine ever remembering the ip address then...crazy. My question, since i have never done ip6 stuff, is what does that mean on my webservers? Would I just need to replace my ip4 with ip6 in my eths, bonds, bridges, and configuration files...and copy out my iptables to ip6tables, and change the dns servers? all
2004 May 07
0
Majordomo results: Hi
...9auaissihi1p' not recognized. >>>> 34wmPb3/dILzMBX2e0ABl8YmIzkZj5GZasHbvmbRiAfZCESPNKR4WG57kv3ssGteH7m8Bc1I **** Command '34wmpb3/dilzmbx2e0abl8ymizkzj5gzashbvmbriafzcespnkr4wg57kv3ssgteh7m8bc1i' not recognized. >>>> AXPT7/js16ly7PbuPLOX6nH0RvyuDX31nFrskEifzisrCRGCgnS1KfXng9dwHPQPsJtZTQOS **** Command 'axpt7/js16ly7pbuplox6nh0rvyudx31nfrskeifzisrcrgcgns1kfxng9dwhpqpsjtztqos' not recognized. >>>> kyryTk8LZirbs8xV3UCD0WknjAU/mpWHCARPVRJ/2rVDqEglbQanovzyncDavn20Y19cE46K **** Command 'kyrytk8lzirbs8xv3ucd0wknjau/mpwhcarpvrj/2rvdqeglbqanovzyn...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...#l|*VJra}7 at EssZa=@iedQ6!^!6aN<1~nhiUZgphK=;KE z+|PUzVg710Wv~wa?wdjA?y|}iIZL_mvE!x21=<Wcd}46xDFxJ}lq8xb24(#P0j)XU zdntf{t!t~r*B{+wE^{NTH^dx>be(sNKta>0fqd_&qVM=;zsjVt*PrgP72i55*zTxw z$b14p^Ic=_Oze%HrRLfFh3^j}y*}(_O at JMi0+{EAP54K-1&O0~*0VkZar!=D1TX?w z+^&8I9gDTTM0hhJ#q3ejl8cGn45WzL8_RWf5?S05GEi>Eu=d4H2WMAXh?`_6d(;?3 z70mS1GH$xwP~>MW_3gB!bBT8P2sFt333$qHg<cdgaOyYQv}1qa953sPqTbu6G0 at TU zDR%rX?`*ax(a8P9>4Y#mi0iLTC;r$woMYpE)%rtIf7AMZ<wDnq899@`8 at u(#o|2gH z-`^_#_wxQvEN`y#&;JJ at _=m!U9Bv2hA2uHOL|zaktn$KNSl<^Zs`5N7e5NX)@~3lq zjS5mh;q?NY6=_{fPmQm<=C5...