diff options
author | Dan Winship <danw@src.gnome.org> | 2001-04-25 04:00:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-04-25 04:00:38 +0800 |
commit | ec67eb41a73097b60135d9f85e669f66497ef127 (patch) | |
tree | 0c566d5bf693c5e00dc891f4bde3fa06adb9499a /e-util/ChangeLog | |
parent | d67e13c5347c512ef0a405934a2e5964704fbd96 (diff) | |
download | gsoc2013-evolution-ec67eb41a73097b60135d9f85e669f66497ef127.tar.gz gsoc2013-evolution-ec67eb41a73097b60135d9f85e669f66497ef127.tar.zst gsoc2013-evolution-ec67eb41a73097b60135d9f85e669f66497ef127.zip |
If the buffer is too small, making it twice as big does not guarantee it
* e-html-utils.c (check_size): If the buffer is too small, making
it twice as big does not guarantee it will be big enough. "Duh".
Also, a bunch of the check_size calls don't seem to be taking
trailing NULs into account, so add in a +1 here.
svn path=/trunk/; revision=9549
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 6ba0ba597e..61743701ad 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,10 @@ +2001-04-24 Dan Winship <danw@ximian.com> + + * e-html-utils.c (check_size): If the buffer is too small, making + it twice as big does not guarantee it will be big enough. "Duh". + Also, a bunch of the check_size calls don't seem to be taking + trailing NULs into account, so add in a +1 here. + 2001-04-24 Kjartan Maraas <kmaraas@gnome.org> * e-gui-utils.c, e-memory, e-msgport.c, e-pilot-map, e-sexp.c: |