[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-wget] [PATCH] Change growable string object to null terminate
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-wget] [PATCH] Change growable string object to null terminate |
Date: |
Sat, 13 Oct 2012 13:43:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
Ray Satiro <address@hidden> writes:
> src/ChangeLog
> src/url.c
>
> @ src/url.c:
>
> Any function directly writing to the members of a growable string
> object must call append_null(). Functions that already do this I've
> changed to call append_null(): shorten_length(), append_char(),
> append_string(), append_uri_pathel().
Thanks, I am going to apply the patch.
Giuseppe