search for: __builtin___snprintf_chk

Displaying 10 results from an estimated 10 matches for "__builtin___snprintf_chk".

2020 Mar 13
1
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
...In file included from /usr/include/stdio.h:873,                  from /usr/src/asterisk-16.9.0/include/asterisk/compat.h:49,                  from /usr/src/asterisk-16.9.0/include/asterisk.h:22,                  from app_osplookup.c:37: /usr/include/x86_64-linux-gnu/bits/stdio2.h:67:10: note: ‘__builtin___snprintf_chk’ output 4 or more bytes (assuming 259) into a destination of size 256    return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~         __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ app_osplo...
2018 Oct 11
13
Call for testing: OpenSSH 7.9
Hi, OpenSSH 7.9p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2019 Oct 01
9
Call for testing: OpenSSH 8.1
Hi, OpenSSH 8.1p1 is almost ready for release, so we would appreciate testing on as many platforms and systems as possible. This is a bugfix release. Snapshot releases for portable OpenSSH are available from http://www.mindrot.org/openssh_snap/ The OpenBSD version is available in CVS HEAD: http://www.openbsd.org/anoncvs.html Portable OpenSSH is also available via git using the instructions at
2020 Mar 13
2
Asterisk 16, 9.0 - res_rtp_asterisk compilation error
Hello, 2 asterisk servers 16.8.0 version running on Debian 10.3 On one of them, I can't compile asterisk having error    [CC] res_rtp_asterisk.c -> res_rtp_asterisk.o res_rtp_asterisk.c:2674:3: error: ‘pj_ice_sess_cb’ {aka ‘struct pj_ice_sess_cb’} has no member named ‘on_valid_pair’   .on_valid_pair = ast_rtp_on_valid_pair,    ^~~~~~~~~~~~~ res_rtp_asterisk.c:2674:19: warning:
2019 Jan 22
2
Newbie - SNMP-UPS Driver Issue
.../deantrasente/Documents/GitHub/nut/include/proto.h:43:5: error: expected parameter declarator int snprintf (char *str, size_t count, const char *fmt, ...) ^ /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/secure/_stdio.h:57:39: note: expanded from macro 'snprintf' __builtin___snprintf_chk (str, len, 0, __darwin_obsz(str), __VA_ARGS__) ^ In file included from /Users/deantrasente/Documents/GitHub/nut/drivers/snmp-ups.c:38: In file included from /Users/deantrasente/Documents/GitHub/nut/drivers/main.h:4: In file included from /Users/deantrasente/Doc...
2018 Jun 08
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
On Thu, Jun 07, 2018 at 06:14:42PM -0700, PGNet Dev wrote: > On 6/7/18 6:08 PM, Darren Tucker wrote: > > Well the intent is you should be able to set CC and LD to whatever you > > want as long as they work. In this case, the OSSH_CHECK_LDFLAG_LINK > > test invokes autoconf's AC_LINK_IFELSE with uses CC not LD. I'm not > > sure what to do about it yet though. I
2018 Jun 07
2
vanilla build of 7.7p1 release on linux/4.17 fails with gcc8 @ "/usr/bin/ld: unrecognized option '-Wl,-z,retpolineplt'"
...generated ? xauthfile : "", ~~~~~~~~~ In file included from /usr/include/stdio.h:862, from /usr/include/bsd/libutil.h:46, from includes.h:141, from clientloop.c:62: /usr/include/bits/stdio2.h:64:10: note: ?__builtin___snprintf_chk? output 23 or more bytes (assuming 4118) into a destination of size 1024 return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~...
2019 Dec 03
5
clang and -D_FORTIFY_SOURCE=1
...suite And indeed, clang doesn't pass it, mostly because it turns call to __builtin__(.*)_chk into calls to __builtin__\1. We need to support the runtime behavior of the following builtins: - __builtin___memcpy_chk - __builtin___memmove_chk - __builtin___mempcpy_chk - __builtin___memset_chk - __builtin___snprintf_chk - __builtin___sprintf_chk - __builtin___stpcpy_chk - __builtin___strcat_chk - __builtin___strcpy_chk - __builtin___strncat_chk - __builtin___strncpy_chk - __builtin___vsnprintf_chk - __builtin___vsprintf_chk And I'd like to implement them at clang level, leveraging their existing implementatio...
2019 Dec 04
2
[cfe-dev] clang and -D_FORTIFY_SOURCE=1
...__builtin__(.*)_chk into calls to __builtin__\1. > > > > We need to support the runtime behavior of the following builtins: > > > > - __builtin___memcpy_chk > > - __builtin___memmove_chk > > - __builtin___mempcpy_chk > > - __builtin___memset_chk > > - __builtin___snprintf_chk > > - __builtin___sprintf_chk > > - __builtin___stpcpy_chk > > - __builtin___strcat_chk > > - __builtin___strcpy_chk > > - __builtin___strncat_chk > > - __builtin___strncpy_chk > > - __builtin___vsnprintf_chk > > - __builtin___vsprintf_chk > > &...
2017 Sep 23
3
Call for testing: OpenSSH 7.6
> Portable OpenSSH is also available via [...] Github: https://github.com/openssh/openssh-portable > > Running the regression tests supplied with Portable OpenSSH does not require installation and is a simply: > > $ ./configure && make tests I was going to try this on Kali Linux (latest version), but ran into trouble right away. No "configure" script exists