search for: nai

Displaying 20 results from an estimated 81 matches for "nai".

Did you mean: na
2017 Mar 06
2
Suspicious code in net_socket.c
Good afternoon! Module - net_socket.c Function - get_known_addresses --------------------------------------------------- struct addrinfo *nai = xzalloc(sizeof *nai); if(ai) ai->ai_next = nai; ai = nai; -------------------------------------------------- For my opinion, possible causes: 1. Lost trails (ai_next) 2. ai_next not initialized 3. Possible segfault during "freeaddrinfo" call in do_outgoing_connections May be...
2001 Jul 09
0
NAI Labs Announces DARPA-Funded FreeBSD Security Initiative
NAI Labs Announces DARPA-Funded FreeBSD Security Initiative Monday, July 09, 2001...
2006 Apr 14
3
[LLVMdev] A newbie question about the class hierarchy
...current llvm1.6 doc and its source code. The doc states that the superclasses of GlobalVariable are GlobalValue, User, Value, however in the source code GlobalVariable has Constant as its super. I am just curious that why "variable" should be a subclass of "constant"? Regards, Nai
2003 Sep 01
0
Antigen found VIRUS= Win32.Sobig.F (CA(Vet), NAI, Kaspersky) virus
Geachte gebruiker, U probeert een attachment te versturen met een virus. Het betreft het attachment movie0045.pif dat u heeft gestuurd naar . Het attachment is besmet met het virus: VIRUS= Win32.Sobig.F (CA(Vet),NAI,Kaspersky). Het bericht "Re: That movie" was verzonden vanaf samba@samba.org. De status van de attachment is: Purged. Deze mail is uitsluitend ter informatie, u hoeft verder niets te doen. Dit is een automatisch gegenereerde boodschap, het heeft dus geen zin deze e-mail te beantwoorden....
2000 Apr 03
2
PC Virus scanning on *nix side?
Date: Fri, 31 Mar 2000 10:49:21 +0900 (JST) From: Steve Frampton <frampton@j-com.co.jp> To: Multiple recipients of list SAMBA <samba@samba.org> Subject: PC Virus scanning on *nix side? Message-ID: <Pine.LNX.4.21.0003311046390.7302-100000@firewall.j-com.co.jp> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi:
2005 Jun 02
0
amavis+nai+clamav
is it possible to parse an e-mail to 2 AV? when the server recieve an e-mail with attachment it will run on both AV? in amavis' logs i can only see one AV which is nai. And i also noticed that clamd configuration in amavisd.conf is on the av_scanners_backup part.
2004 Jun 02
0
samba-vscan vfs module and nai av
Hello List, I'm struggling to install samba-vscan with nai uvscan backend, hope somebody could help me... So far, I could compile vscan-mcdaemon module and also insert the correct vfs object on my smb.conf, like this: vfs object = vscan-mcdaemon vscan-mcdaemon: config-file = /etc/samba/vscan-mcdaemon.conf I also checked that make install...
2006 May 26
1
[LLVMdev] Re: About the callgraph builder
...on the list. Very hard working man :) Actually I am not in a hurry. And thanks in advance. I think LLVM gives me a platform to learn and exercise many things. Best wishes to LLVM , to you and anyone contributing to it. :) On Friday 26 May 2006 10:52, Chris Lattner wrote: > On Fri, 26 May 2006, Nai Xia wrote: > > Could you kindly tell me who is the right person that can give me some > > suggestion or criticism on implementing a new callgraph builder? I have to > > firstly be confident that my design is at least reasonable. > > Hi Nai, > > I am and potentially o...
2006 May 23
2
[LLVMdev] Indirect function call
On Tuesday 23 May 2006 13:34, Chris Lattner wrote: > On Tue, 23 May 2006, Nai Xia wrote: > > Maybe Chris can us give more helpful comments. > > Andrew (and Dinakar, and perhaps others) are the current current > maintainers of DSA. Oh, I'd say sorry to you and Andrew both. I had though you are the maintainer... ... So I am currently thinking that maybe...
2006 Apr 14
0
[LLVMdev] A newbie question about the class hierarchy
...with this patch: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of- Mon-20060410/034012.html You can read it online, here: http://llvm.org/docs/ProgrammersManual.html#GlobalVariable Please let me if you need further explanation in the documentation. Reid. On Fri, 2006-04-14 at 18:19 +0800, Nai Xia wrote: > Hi, > I apologize if it is a rather stupid question, I am a newbie to LLVM. > I notice a inconsistency between the current llvm1.6 doc and its source code. > The doc states that the superclasses of GlobalVariable are GlobalValue, User, Value, > however in the source code...
2006 May 15
2
[LLVMdev] Re: __main() function and AliasSet
...OD/REF the node. In other words, if I only use -steens-aa and the data_XXXs are all external global variables( and so inComplete ), the call to printf will make the same effect, which I have tested it. Am I right ? :) On Monday 15 May 2006 12:52, Chris Lattner wrote: > On Mon, 15 May 2006, Nai Xia wrote: > > Thank you very much for your detailed help. > > You are definitely a good man. :) > > I feel so much to learn. > > Happy to help! > > -Chris > > > On Monday 15 May 2006 04:07, you wrote: > >> On Sun, 14 May 2006, Nai XIA wrote: >...
2006 May 17
2
[LLVMdev] Re: __main() function and AliasSet
On Tuesday 16 May 2006 03:19, Chris Lattner wrote: > On Mon, 15 May 2006, Nai Xia wrote: > > > In other words, if I only use -steens-aa and the data_XXXs are all > > external global variables( and so inComplete ), > > Sounds right! > > > the call to printf will > > make the same effect, which I have tested it. > > > > Am I...
2006 May 23
4
[LLVMdev] Indirect function call
...l (or invoke) instruction !isa<Function>. > > Andrew > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- Regards, Nai
2006 May 17
0
[LLVMdev] Re: __main() function and AliasSet
On Wed, 17 May 2006, Nai Xia wrote: > Unfortunately, I did not locate the lines in steens-aa for "printf" special case. > In ds-aa, I found the lines below: Right, steens-aa and ds-aa share code for "local analysis", they just stitch it together into an interprocedural analysis in different ways...
2006 May 15
0
[LLVMdev] Re: __main() function and AliasSet
On Mon, 15 May 2006, Nai Xia wrote: > In other words, if I only use -steens-aa and the data_XXXs are all > external global variables( and so inComplete ), Sounds right! > the call to printf will > make the same effect, which I have tested it. > > Am I right ? :) If you've tested it then, yes you...
2006 Jun 02
2
[LLVMdev] Compiling natively vsftp with LLVM
...llvm-gcc -Wl,-native main.o -L. -lfoo It's *OK* Thanks in advance for solving my problem. :) And I personally think it may possiblely puzzle other users, maybe it deserves its place in FAQ or in man page for LLVM. On Friday 02 June 2006 13:13, Chris Lattner wrote: > On Fri, 2 Jun 2006, Nai Xia wrote: > > The Makefile is sth like this: > > > > vsftpd: $(OBJS) > > gccld -r -native -o vsftpd.o $(OBJS) -L/home/xianai/my_projects/llvm/cfrontend/x86/llvm-gcc/lib/ -lcrtend > > gcc -o vsftpd vsftpd.o sysdeputil.o `./vsf_findlibs.sh` > > > >...
2017 Mar 07
0
Suspicious code in net_socket.c
On Mon, Mar 06, 2017 at 01:00:45PM +0300, Roman S wrote: > Module - net_socket.c > Function - get_known_addresses > --------------------------------------------------- > struct addrinfo *nai = xzalloc(sizeof *nai); > if(ai) > ai->ai_next = nai; > ai = nai; > -------------------------------------------------- > For my opinion, possible causes: > 1. Lost trails (ai_next) > 2. ai_next not initialized > 3. Possible segfault during "freeaddrinfo"...
2017 Mar 08
1
Suspicious code in net_socket.c
...March 7, 2017 9:24 PM To: tinc-devel at tinc-vpn.org Subject: Re: Suspicious code in net_socket.c On Mon, Mar 06, 2017 at 01:00:45PM +0300, Roman S wrote: > Module - net_socket.c > Function - get_known_addresses > --------------------------------------------------- > struct addrinfo *nai = xzalloc(sizeof *nai); > if(ai) > ai->ai_next = nai; > ai = nai; > -------------------------------------------------- > For my opinion, possible causes: > 1. Lost trails (ai_next) > 2. ai_next not initialized > 3. Possible segfault during "freeaddrinfo" c...
2006 Jun 02
2
[LLVMdev] Compiling natively vsftp with LLVM
...ontains inline asm so cannot be compiled by gcc-3.4 frontend. So I decided to firstly link together the llvm objects and libcrtend and compile it to native .o file and then link it with sysdeputil.o . The Makefile is sth like this: vsftpd: $(OBJS) gccld -r -native -o vsftpd.o $(OBJS) -L/home/xianai/my_projects/llvm/cfrontend/x86/llvm-gcc/lib/ -lcrtend gcc -o vsftpd vsftpd.o sysdeputil.o `./vsf_findlibs.sh` But the gcc/ld still cannot find the reference to __main. Do I have to compile crtend to native to solve this problem? -- Regards, Nai
2004 Jul 16
3
Email eller vedhæftet fil blokeret
...dt under dække af andre afsendere og den blokerede email behøver derfor ikke oprinde direkte fra dig. (Husk dog altid at have et opdateret antivirusprogram på din computer.) Du kan evt. scanne din computer med det gratis' værktøj "Stinger" fra McAfee som findes på adressen: http://vil.nai.com/vil/stinger Du finder en engelsk vejledning på siden! Hvis din email eller fil derimord er blokeret ved en fejl, kan du kontakte vores Helpdesk på tlf. 70 26 30 48, som så vil hjælpe til med at få din email igennem til kommunen. NB! Denne email kan ikke besvares ! Informationerne fra den op...