search for: __len

Displaying 15 results from an estimated 15 matches for "__len".

Did you mean: s_len
2007 Apr 25
2
[LLVMdev] Work in progress patch to speed up andersen's implementation
...ase); }) # define obstack_room(OBSTACK) \ __extension__ \ ({ struct obstack *__o = (OBSTACK); \ (unsigned) (__o->chunk_limit - __o->next_free); }) # define obstack_make_room(OBSTACK,length) \ __extension__ \ ({ struct obstack *__o = (OBSTACK); \ int __len = (length); \ if (__o->chunk_limit - __o->next_free < __len) \ _obstack_newchunk (__o, __len); \ (void) 0; }) # define obstack_empty_p(OBSTACK) \ __extension__ \ ({ struct obstack *__o = (OBSTACK); \ (__o->chunk->prev == 0 && __o...
2023 Jun 06
1
Possible overflow bug?
...9;explicit_bzero', inlined from 'kex_free_newkeys' at kex.c:743:2: /usr/include/bits/string_fortified.h:72:3: warning: '__explicit_bzero_chk' writing 48 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 72 | __explicit_bzero_chk (__dest, __len, __glibc_objsize0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from kex.c:53: kex.h: In function 'kex_free_newkeys': kex.h:116:18: note: destination object 'name' of size 8 116 | char *name; |...
2006 Apr 29
2
Unable to Make Asterisk-addons
...from /usr/include/asterisk/channel.h:113, from format_mp3.c:21: /usr/include/asterisk/strings.h:264: error: syntax error before "__extension__" /usr/include/asterisk/strings.h:264: error: syntax error before ';' token /usr/include/asterisk/strings.h:264: error: `__len' undeclared here (not in a fu nction) /usr/include/asterisk/strings.h:264: error: initializer element is not constant /usr/include/asterisk/strings.h:264: error: syntax error before "if" /usr/include/asterisk/strings.h:264: error: redefinit...
2006 May 30
5
Compiling Asterisk-addons
...from /usr/include/asterisk/channel.h:113, from format_mp3.c:21: /usr/include/asterisk/strings.h:264: error: syntax error before "__extension__" /usr/include/asterisk/strings.h:264: error: syntax error before ';' token /usr/include/asterisk/strings.h:264: error: `__len' undeclared here (not in a function) /usr/include/asterisk/strings.h:264: error: initializer element is not constant /usr/include/asterisk/strings.h:264: error: syntax error before "if" /usr/include/asterisk/strings.h:264: error: redefinition of `__retval' /usr/include/asterisk/st...
2018 Apr 04
1
Tinc 1.1_pre15 compilation issue witrh glibc 2.25
...09, from system.h:26, from uml_device.c:21: /usr/include/sys/socket.h:131:12: note: expected ‘__CONST_SOCKADDR_ARG {aka union <anonymous>}’ but argument is of type ‘const struct sockkadr *’ extern int connect (int __fd, __CONST_SOCKADDR_ARG __addr, socklen_t __len); ^~~~~~~ ----------------------------------------- /usr/include/sys/socket.h is from glibc 2.25, I am using gcc 6.4.0. Changing the problematic line as follows: ----------------------------------------- - if(connect(write_fd, (struct sockkadr *)&request.sock...
2023 May 16
1
xfer_sum_len type bug
...c/rsync-3.2.7/match.c:431:3: /usr/include/i386-linux-gnu/bits/string_fortified.h:71:10: error: '__builtin___memset_chk' specified size between 2147483648 and 4294967295 exceeds maximum object size 2147483647 [-Werror=stringop-overflow=] 71 | return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors This appears to be because of a type mismatch between xfer_sum_len (declared as [signed] int) and the third arugment to memset, whose function prototype is (f...
2006 Apr 26
1
asterisk no longer compiles on gcc 2.95
...g to utils.h: /usr/include/asterisk/strings.h:264: parse error before `__extension__' /usr/include/asterisk/strings.h:264: parse error before `;' /usr/include/asterisk/strings.h:264: warning: type defaults to `int' in declaration of `__retval' /usr/include/asterisk/strings.h:264: `__len' undeclared here (not in a function) /usr/include/asterisk/strings.h:264: warning: initialization makes integer from pointer without a cast /usr/include/asterisk/strings.h:264: initializer element is not constant /usr/include/asterisk/strings.h:264: warning: data definition has no type or stora...
2016 Dec 20
1
Latest Dovecot v2.2.devel (9bc8d9b) crashes on login and lmtp
...y_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:33 33 ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: No such file or directory. #0 __memcpy_sse2_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S:33 No locals. #1 0x00007f9177db4779 in memcpy (__len=<optimized out>, __src=0x0, __dest=0x7f917a5c5bf8) at /usr/include/x86_64-linux-gnu/bits/string3.h:51 No locals. #2 p_strconcat (pool=<optimized out>, str1=<optimized out>) at strfuncs.c:218 args = {{gp_offset = 16, fp_offset = 48, overflow_arg_area = 0x7ffdcadea060, reg_...
2006 May 06
1
Upgrade SVN failed !!!
...from /usr/include/asterisk/channel.h:113, from format_mp3.c:21: /usr/include/asterisk/strings.h:264: error: parse error before "__extension__" /usr/include/asterisk/strings.h:264: error: parse error before ';' token /usr/include/asterisk/strings.h:264: error: `__len' undeclared here (not in a function) /usr/include/asterisk/strings.h:264: error: initializer element is not constant /usr/include/asterisk/strings.h:264: error: parse error before "if" /usr/include/asterisk/strings.h:264: error: redefinition of `__retval' /usr/include/asterisk/s...
2006 Jun 01
2
addons trunk make error
...from /usr/include/asterisk/channel.h:115, from format_mp3.c:21: /usr/include/asterisk/strings.h:264: error: syntax error before ?__extension__? /usr/include/asterisk/strings.h:264: error: syntax error before ?;? token /usr/include/asterisk/strings.h:264: error: ?__len? undeclared here (not in a function) /usr/include/asterisk/strings.h:264: error: initializer element is not constant /usr/include/asterisk/strings.h:264: error: syntax error before ?if? /usr/include/asterisk/strings.h:264: error: redefinition of ?__retval? /usr/include/asterisk/strings.h:264: e...
2018 Mar 07
3
[Bug 105382] New: segfault in nouveau_scratch_data when using 2 nouveau cards
...work. I think these cards use a different mesa driver (nv108 vs nv117), so should they work seamlessly together? Mesa segfaults very often with: (gdb) bt #0 0x00007f5bf2c37af5 in __memcpy_avx_unaligned () at ../sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S:114 #1 0x00007f5be066d28d in memcpy (__len=48, __src=<optimized out>, __dest=<optimized out>) at /usr/include/bits/string3.h:53 #2 0x00007f5be066d28d in nouveau_scratch_data (nv=nv at entry=0x1dc0800, data=<optimized out>, base=base at entry=0, size=size at entry=48, bo=bo at entry=0x7ffc23880868) at nouveau_buffer.c:1004...
2012 Oct 10
4
[Bug 55832] New: xf86-video-nouveau-1.0.2 - Xorg crashes once a week : segmentation fault in NVRefreshArea
...f working I see in the debugger window: ... (gdb) cont Continuing. Program received signal SIGSEGV, Segmentation fault. NVRefreshArea (pScrn=0x10c4420, num=<optimized out>, pbox=<optimized out>) at /usr/include/bits/string3.h:52 52 return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); (gdb) bt f #0 NVRefreshArea (pScrn=0x10c4420, num=<optimized out>, pbox=<optimized out>) at /usr/include/bits/string3.h:52 pNv = 0x10c49a0 x1 = <optimized out> y1 = <optimized out> x2 = <optimized out> y2 =...
2017 Jan 13
11
[Bug 99396] New: Crash in nouveau_dri.so when switching apps with alt-tab in Gnome
https://bugs.freedesktop.org/show_bug.cgi?id=99396 Bug ID: 99396 Summary: Crash in nouveau_dri.so when switching apps with alt-tab in Gnome Product: Mesa Version: git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
..._nonnull__ (3, 4))) ; extern char *qgcvt (long double __value, int __ndigit, char *__buf) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3))) ; extern int ecvt_r (double __value, int __ndigit, int *__restrict __decpt, int *__restrict __sign, char *__restrict __buf, size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5))); extern int fcvt_r (double __value, int __ndigit, int *__restrict __decpt, int *__restrict __sign, char *__restrict __buf, size_t __len) __attribute__ ((__nothrow__)) __attribute__ ((__nonnull__ (3, 4, 5))); extern int...