search for: correctly_

Displaying 5 results from an estimated 5 matches for "correctly_".

Did you mean: correctly
2004 Apr 14
5
[LLVMdev] Linking strncpy
Chris, I'm fine with using JIT, but I'm trying to understand this problem: 1. My LLVM program does not produce correct results 2. Using llvm-dis, I disassemble the bytecode to C 3. I recompile using GCC and the program _works correctly_. The only odd thing is when I recompile with GCC, I see these messages: pal3.c:195: warning: conflicting types for built-in function `strcmp' pal3.c:200: warning: conflicting types for built-in function `memcpy' pal3.c:202: warning: conflicting types for built-in function `strncpy' T...
2004 Apr 15
0
[LLVMdev] Linking strncpy
Eric Zimmerman wrote: > Chris, > > I'm fine with using JIT, but I'm trying to understand this problem: > 1. My LLVM program does not produce correct results > 2. Using llvm-dis, I disassemble the bytecode to C > 3. I recompile using GCC and the program _works correctly_. > > The only odd thing is when I recompile with GCC, I see these messages: > > pal3.c:195: warning: conflicting types for built-in function `strcmp' > pal3.c:200: warning: conflicting types for built-in function `memcpy' > pal3.c:202: warning: conflicting types for buil...
2004 Apr 14
0
[LLVMdev] Linking strncpy
...14 at 18:19, Eric Zimmerman wrote: > Chris, > > I'm fine with using JIT, but I'm trying to understand this problem: > 1. My LLVM program does not produce correct results > 2. Using llvm-dis, I disassemble the bytecode to C > 3. I recompile using GCC and the program _works correctly_. > > The only odd thing is when I recompile with GCC, I see these messages: > > pal3.c:195: warning: conflicting types for built-in function `strcmp' > pal3.c:200: warning: conflicting types for built-in function `memcpy' > pal3.c:202: warning: conflicting types for buil...
2005 Jan 25
0
Authentication delays in Samaba 3.0.10
...check: PAM: smb_pam_auth failed - Rejecting User vince ! [2005/01/24 12:08:28, 0] auth/pampass.c:smb_pam_passcheck(810) and this happens about 10 times before the client puts up the windows user/pass dialog to prompt for authentication. When you enter your username and password, _everything works correctly_...authentication succeeds and the share is mounted properly. Unfortunately the 20-30 second delay before the authentication dialog pops up is causing some concern among our users. This behavior seems to have changed from our samba 2.2 installation where the dialog would pop up very quickly. If t...
2004 Apr 14
2
[LLVMdev] Linking strncpy
...rote: > > Chris, > > > > I'm fine with using JIT, but I'm trying to understand this problem: > > 1. My LLVM program does not produce correct results > > 2. Using llvm-dis, I disassemble the bytecode to C > > 3. I recompile using GCC and the program _works correctly_. > > > > The only odd thing is when I recompile with GCC, I see these messages: > > > > pal3.c:195: warning: conflicting types for built-in function `strcmp' > > pal3.c:200: warning: conflicting types for built-in function `memcpy' > > pal3.c:202: warning...