X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fwrite_http.c;h=3d1fe3da09b99c0b9b68f8d17205e058089f07d0;hb=1aa4295ba6875ceb02a7383237bc2485ffab9c1e;hp=41615d3f0ccbd0be9c1cefba46708a4ace10e680;hpb=5523a080010dcb7a61dc0dccc3969a2a048e52f9;p=collectd.git diff --git a/src/write_http.c b/src/write_http.c index 41615d3f..3d1fe3da 100644 --- a/src/write_http.c +++ b/src/write_http.c @@ -419,6 +419,9 @@ static int wh_write_command (const data_set_t *ds, const value_list_t *vl, /* {{ } assert (command_len < cb->send_buffer_free); + /* Make scan-build happy. */ + assert (cb->send_buffer != NULL); + /* `command_len + 1' because `command_len' does not include the * trailing null byte. Neither does `send_buffer_fill'. */ memcpy (cb->send_buffer + cb->send_buffer_fill,