1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-04 16:53:14 +02:00

core: fix use of invalid pointer in function gui_bar_window_content_alloc (in case of insufficient memory)

This commit is contained in:
Sebastien Helleu
2014-02-22 12:57:01 +01:00
parent bcf0a94bf4
commit 47d89ce201
2 changed files with 10 additions and 4 deletions
+2
View File
@@ -13,6 +13,8 @@ http://weechat.org/files/releasenotes/ReleaseNotes-devel.html[release notes]
== Version 0.4.4 (under dev)
* core: fix use of invalid pointer in function gui_bar_window_content_alloc
(in case of insufficient memory)
* core: fix uninitialized value in function string_decode_base64
* core: fix memory leak and use of invalid pointer in split of string (in case
of insufficient memory)