Displaying 1 result from an estimated 1 matches for "808583c".
2006 Jun 27
1
iconv.c / static charset prototype/assembler bug?
...c160 
<smb_iconv_open+0x3a>
 807c177:       8d 45 ec                lea    0xffffffec(%ebp),%eax
 807c17a:       83 ec 0c                sub    $0xc,%esp
 807c17d:       50                      push   %eax // here gcc reserves 
space on the stack
 807c17e:       e8 b9 96 00 00          call   808583c 
<charset_CP850_init>
 807c183:       83 c4 0c                add    $0xc,%esp
 807c186:       e8 7d 98 00 00          call   8085a08 
<charset_CP437_init> 
iconv.c: smb_iconv_open(): (Without the NT_STATUS 
charset_CP850_init(void); prototype:)
 807c173:       85 c0...