[maemo-commits] [maemo-commits] r14944 - in projects/haf/trunk/osso-gnome-vfs2/debian: . patches
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Dec 11 11:53:01 EET 2007
- Previous message: [maemo-commits] r14943 - in projects/haf/trunk/gconf2: . debian gconf
- Next message: [maemo-commits] r14945 - in projects/haf/trunk/hail: . debian hail/hail-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: richard Date: 2007-12-11 11:52:57 +0200 (Tue, 11 Dec 2007) New Revision: 14944 Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/44-NB78315-http-module-socket-cleanup.patch Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog Log: NB#78315 Modified: projects/haf/trunk/osso-gnome-vfs2/debian/changelog =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-12-11 08:54:34 UTC (rev 14943) +++ projects/haf/trunk/osso-gnome-vfs2/debian/changelog 2007-12-11 09:52:57 UTC (rev 14944) @@ -1,6 +1,12 @@ +osso-gnome-vfs2 (2.16.3-1osso34) unstable; urgency=low + + * Fixes: NB#78315, ne_gnomevfs_last_error accessing freed memory + + -- Richard Hult <richard at imendio.com> Fri, 14 Dec 2007 10:31:15 +0100 + osso-gnome-vfs2 (2.16.3-1osso33) unstable; urgency=low - * Fixes: NB#B74125, RSS crashes while refreshing after a OFF_ON cycle of + * Fixes: NB#74125, RSS crashes while refreshing after a OFF_ON cycle of -- Richard Hult <richard at imendio.com> Tue, 13 Nov 2007 10:31:15 +0100 Added: projects/haf/trunk/osso-gnome-vfs2/debian/patches/44-NB78315-http-module-socket-cleanup.patch =================================================================== --- projects/haf/trunk/osso-gnome-vfs2/debian/patches/44-NB78315-http-module-socket-cleanup.patch 2007-12-11 08:54:34 UTC (rev 14943) +++ projects/haf/trunk/osso-gnome-vfs2/debian/patches/44-NB78315-http-module-socket-cleanup.patch 2007-12-11 09:52:57 UTC (rev 14944) @@ -0,0 +1,11 @@ +--- imported/neon/ne_request.c ++++ imported/neon/ne_request.c +@@ -1545,7 +1545,7 @@ + + if (ret) { + ne_set_error(sess, "%s: %s", err, ne_sock_error(sess->socket)); +- ne_sock_close(sess->socket); ++ ne_close_connection(sess); + return NE_CONNECT; + } +
- Previous message: [maemo-commits] r14943 - in projects/haf/trunk/gconf2: . debian gconf
- Next message: [maemo-commits] r14945 - in projects/haf/trunk/hail: . debian hail/hail-hildon-desktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]