diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2005-08-11 21:58:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-08-11 21:58:16 +0000 |
commit | de51ba6b4bffb51bda3ae87f49506d3f42793889 (patch) | |
tree | 5aedb713c53d3eb2b41cc93a2c4b265f61339b0c /packages/ctorrent/files/crash.patch | |
parent | 2c071abeee8f883ee38e4de0e0370a8816486894 (diff) |
Updated ctorrent to use the complete extended ctorrent patch set
Diffstat (limited to 'packages/ctorrent/files/crash.patch')
-rw-r--r-- | packages/ctorrent/files/crash.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/ctorrent/files/crash.patch b/packages/ctorrent/files/crash.patch deleted file mode 100644 index 70ef72e6cd..0000000000 --- a/packages/ctorrent/files/crash.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur ctorrent/btcontent.cpp ctorrent.new/btcontent.cpp ---- ctorrent/btcontent.cpp 2004-09-09 00:10:51.000000000 +0100 -+++ ctorrent.new/btcontent.cpp 2005-02-03 01:32:24.000000000 +0000 -@@ -226,6 +226,7 @@ - if( m_btfiles.BuildFromMI(b, flen, saveas) < 0) ERR_RETURN(); - - delete []b; -+ b = (char *)0; - PrintOut(); - - if( arg_flg_exam_only ) return 0; -diff -ur ctorrent/iplist.cpp ctorrent.new/iplist.cpp ---- ctorrent/iplist.cpp 2004-09-09 00:10:51.000000000 +0100 -+++ ctorrent.new/iplist.cpp 2005-02-08 13:02:45.000000000 +0000 -@@ -8,8 +8,8 @@ - IPLIST *node = ipl_head; - for(; ipl_head;){ - node = ipl_head; -- delete ipl_head; - ipl_head = node->next; -+ delete node; - } - count = 0; - } |