Displaying 6 results from an estimated 6 matches for "header_value".
Did you mean:
header_values
2008 Feb 01
2
[PATCH] skeleton.c
On 01/02/2008, Conrad Parker <conrad@metadecks.org> wrote:
> On 31/01/2008, ogg.k.ogg.k@googlemail.com <ogg.k.ogg.k@googlemail.com> wrote:
> > This fixes an off by one bug in the user of snprintf, and returns
> > negative if writing the
> > header returns negative (otherwise we'd just get a short write, losing
> > the error).
> > This patch
2010 May 15
2
sieve spamtest extension
Hello Stephan,
First of all, thanks for time you spent implementing this useful extension.
I have found some ugly behavior with such config:
sieve_extensions = +notify +spamtest
sieve_spamtest_status_type = score
sieve_spamtest_status_header = X-Spam-Scan-Score: (-?[[:digit:]]+\.[[:digit:]])
sieve_spamtest_max_value = 10
Sieve:
require
2008 Feb 12
4
[PATCH] skeleton.c
...; I've had a second look, and I believe there really was a bug there,
> though my patch may not be optimal.
>
> As an example of an off by one bug:
>
> On the first run through the code, message_header_fields will be NULL,
> so _ogg_calloc will be called. Assume header_key and header_value
> are both "X", so strlen of each is 1. message_size will then by 6, and a
> block of 6 bytes is callocated.
> Then snprintf is called with a byte limit of message_size+1 (7, one more
> than the allocated size), with the string "X: X\r\n", 6 characters and a
> ter...
2008 Jun 15
1
14 commits - configure.ac swfdec/.gitignore swfdec-gtk/swfdec_gtk_loader.c swfdec-gtk/swfdec_playback_alsa.c swfdec/Makefile.am swfdec/swfdec_asnative.h swfdec/swfdec_as_string.c swfdec/swfdec_audio.c swfdec/swfdec_audio_load.c swfdec/swfdec_audio_load.h
...ader_dispose (GObject *object)
static void
swfdec_gtk_loader_load (SwfdecLoader *loader, SwfdecPlayer *player,
- const char *url_string, SwfdecBuffer *buffer, guint header_count,
+ const char *url_string, SwfdecBuffer *buffer, guint n_headers,
const char **header_names, const char **header_values)
{
SwfdecURL *url;
@@ -152,7 +152,7 @@ swfdec_gtk_loader_load (SwfdecLoader *loader, SwfdecPlayer *player,
if (!swfdec_url_has_protocol (url, "http") &&
!swfdec_url_has_protocol (url, "https")) {
SWFDEC_LOADER_CLASS (swfdec_gtk_loader_parent_class)-&g...
2010 Mar 14
2
Dovecot 2.0beta3: Crash with mail_log plugin enabled
...7f5c79bfda98 "H\201??"}
value = <value optimized out>
headers_ctx = <value optimized out>
data = <value optimized out>
field_idx = 12
dest = (string_t *) 0x67be28
i = <value optimized out>
len = <value optimized out>
ret = <value optimized out>
header_values = {arr = {buffer = 0x661ec8, element_size = 6692576}, v = 0x661ec8, v_modifiable = 0x661ec8}
__PRETTY_FUNCTION__ = "index_mail_get_raw_headers"
#9 0x00007f5c79e892bf in index_mail_get_first_header (_mail=0x67b618, field=0x7f5c78608dc7 "Message-ID", decode_to_utf8=false, value...
2007 Aug 04
3
A few dovecot 1.1 bugs - sort, flag reset and etc.
...okup_ctx *) 0x8d3d3b8
data = (unsigned char *) 0x8d4b1a8 "h??\b
*?\b\224X\t\b?X\t\b?\200\006\b\204?\006\b?2\a\b?3\a\b??\006\b??\006\bT?\006\b"
field_idx = 10
dest = (string_t *) 0x8d52038
i = 148100024
len = 148100132
ret = 148156840
header_values = {arr = {buffer = 0xac, element_size =
3221200392}, v = 0xac, v_modifiable = 0xac}
#8 0x08091dff in index_mail_get_first_header (_mail=0x8d3d3b8,
field=0x80ce56b "Subject", decode_to_utf8=false) at
index-mail-headers.c:673
list = (const char * const *) 0x6
#9 0x080b054a in mai...