Displaying 9 results from an estimated 9 matches for "append_string".
2004 Oct 22
1
[PATCH] support OEM encoding in NTLM messages
...e32(&buffer->offset);
+ string_t *str;
+
+ if (unicode)
+ len /= sizeof(ucs2le_t);
+
+ str = t_str_new(len);
while (len-- > 0) {
str_append_c(str, *p & 0x7f);
- p += sizeof(ucs2le_t);
+ p += unicode ? sizeof(ucs2le_t) : 1;
}
return str_c(str);
}
-static unsigned int append_string(buffer_t *buf, const char *str, int ucase)
+static unsigned int append_string(buffer_t *buf, const char *str,
+ int ucase, int unicode)
{
unsigned int length = 0;
for ( ; *str; str++) {
buffer_append_c(buf, ucase ? toupper(*str) : *str);
- buffer_append_c(buf, 0);
- length += size...
2017 Aug 24
3
Building LLVM's fuzzers
...this flag as well.
(that could be another reason why you don’t see the failure on Linux)
1 if(NOT LLVM_NO_DEAD_STRIP)
2 if(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
3 # ld64's implementation of -dead_strip breaks tools that use plugins.
4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
5 LINK_FLAGS " -Wl,-dead_strip")
6 elseif(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
7 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
8 LINK_FLAGS " -Wl,-z -Wl,discard-unused=sections")
9 elseif(NOT WIN32 AN...
2017 Aug 24
2
Building LLVM's fuzzers
...don’t see the failure on Linux)
>>
>> 1 *if*(NOT LLVM_NO_DEAD_STRIP)
>> 2 *if*(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
>> 3 # ld64's implementation of -dead_strip breaks tools that use
>> plugins.
>> 4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>> 5 LINK_FLAGS " -Wl,-dead_strip")
>> 6 *elseif*(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
>> 7 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>> 8 LINK_FLAGS " -Wl,-z -Wl,discard-unused=se...
2017 Aug 24
4
Building LLVM's fuzzers
...> >> 1 *if*(NOT LLVM_NO_DEAD_STRIP)
>> >> 2 *if*(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
>> >> 3 # ld64's implementation of -dead_strip breaks tools that use
>> >> plugins.
>> >> 4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>> >> 5 LINK_FLAGS " -Wl,-dead_strip")
>> >> 6 *elseif*(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
>> >> 7 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>> >> 8 LINK_FLAGS...
2017 Aug 24
3
Building LLVM's fuzzers
...O_DEAD_STRIP)
>>>> >> 2 *if*(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
>>>> >> 3 # ld64's implementation of -dead_strip breaks tools that use
>>>> >> plugins.
>>>> >> 4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>>>> >> 5 LINK_FLAGS " -Wl,-dead_strip")
>>>> >> 6 *elseif*(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
>>>> >> 7 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>>>> >>...
2017 Aug 25
2
Building LLVM's fuzzers
...gt;> 2 *if*(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
> >>>>> >> 3 # ld64's implementation of -dead_strip breaks tools that
> use
> >>>>> >> plugins.
> >>>>> >> 4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
> >>>>> >> 5 LINK_FLAGS " -Wl,-dead_strip")
> >>>>> >> 6 *elseif*(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
> >>>>> >> 7 set_property(TARGET ${target_name} APPEND_STRING PROPER...
2017 Sep 11
2
Building LLVM's fuzzers
..._NAME} MATCHES "Darwin")
>>> >>>>> >> 3 # ld64's implementation of -dead_strip breaks tools that
>>> use
>>> >>>>> >> plugins.
>>> >>>>> >> 4 set_property(TARGET ${target_name} APPEND_STRING PROPERTY
>>> >>>>> >> 5 LINK_FLAGS " -Wl,-dead_strip")
>>> >>>>> >> 6 *elseif*(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
>>> >>>>> >> 7 set_property(TARGET ${target_na...
2017 Aug 24
3
Building LLVM's fuzzers
George Karpenkov <ekarpenkov at apple.com> writes:
> OK so with Kuba’s help I’ve found the error: with optimization, dead
> stripping of produced libraries is enabled,
> which removes coverage instrumentation.
>
> However, this has nothing to do with the move to compiler-rt, so I’m
> quite skeptical on whether it has worked
> beforehand.
>
> A trivial fix is to do:
2007 Dec 17
1
problem with samba 3.0.28/Solaris 8/smbclient
Dear Samba users,
I am trying to update our local samba packages to 3.0.28.
They are built against heimdal-1.0.1 and openldap-2.3.38.
The Redhat Enterprise Linux 3 and 4 packages are working
fine so far in my limited testing. The problem with heimdal
and "net ads join..." has been fixed on all 3 platforms.
On the Solaris 8 server, the "net ads join..." works
correctly and the