aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-01 04:46:47 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-01 04:46:47 +0800
commit959fe7be1e4968bdd4a8bc8f0904d49079463226 (patch)
tree20532e29c3e162884e1ab8acb4b8f26c5527c805 /camel
parent5ed94f2baf4759063e9f8c363547fa23b5bc29b4 (diff)
downloadgsoc2013-evolution-959fe7be1e4968bdd4a8bc8f0904d49079463226.tar.gz
gsoc2013-evolution-959fe7be1e4968bdd4a8bc8f0904d49079463226.tar.zst
gsoc2013-evolution-959fe7be1e4968bdd4a8bc8f0904d49079463226.zip
Buffer overrun fix in g_strfreev -- two more that I forgot
svn path=/trunk/; revision=4432
Diffstat (limited to 'camel')
-rw-r--r--camel/providers/vee/camel-vee-folder.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/vee/camel-vee-folder.c b/camel/providers/vee/camel-vee-folder.c
index 2dc11d966a..2676b34ba0 100644
--- a/camel/providers/vee/camel-vee-folder.c
+++ b/camel/providers/vee/camel-vee-folder.c
@@ -493,6 +493,7 @@ vee_folder_build(CamelVeeFolder *vf, CamelException *ex)
g_hash_table_insert(messages_uid, mi->info.uid, mi);
}
}
+ g_ptr_array_add (matches, NULL);
g_strfreev((char **)matches->pdata);
g_ptr_array_free(matches, FALSE);
node = g_list_next(node);
@@ -545,6 +546,7 @@ vee_folder_build_folder(CamelVeeFolder *vf, CamelFolder *source, CamelException
g_hash_table_insert(messages_uid, mi->info.uid, mi);
}
}
+ g_ptr_array_add (matches, NULL);
g_strfreev((char **)matches->pdata);
g_ptr_array_free(matches, FALSE);
}
-10110-1822/+1016 * Fix VirtualBox build on recent head and 13 after src commitGuido Falsi2021-01-261-5/+10 * emulators/virtualbox-ose-kmod: Fix kernel panic on 13-CURRENT with EPOCH and ...Neel Chauhan2021-01-061-0/+34 * Fix patch to virtualbox-ose-additions OpenGL ssupport to actuallyGuido Falsi2020-10-275-0/+199 * Fix emulators/virtualbox-ose build after r552109.Guido Falsi2020-10-171-0/+9 * emulators/virtualbox-ose: Turn off aio usage and make VirtualBox use generic ...Gleb Popov2020-10-121-1/+10 * emulators/virtualbox-ose-kmod: Fix a pair of VM bugsAdriaan de Groot2020-09-242-26/+57 * Fix crash when accessing physical CD/DVDGanael LAPLANCHE2020-09-211-0/+11 * Fix emulators/virtualbox-os-additions on head after vget(9) change.Jung-uk Kim2020-08-291-1/+5 * Do not allow compiling C++ files for drivers with built-in functions.Jung-uk Kim2020-08-151-2/+9 * Remove unncessary memcpy(3) and fix file system ID handling.Jung-uk Kim2020-08-141-2/+2 * Remove a superfluous bzero(3) call to reduce compiler warnings.Jung-uk Kim2020-08-141-3/+2 * Fix building emulators/virtualbox-ose-additions on head after vaccess(9) KPIJung-uk Kim2020-08-141-2/+7 * - Update VirtualBox ports to 5.2.44Guido Falsi2020-07-1948-425/+331 * emulators/virtualbox-ose: prepare for Qt5-5.15Tobias C. Berner2020-05-184-0/+40 * Fix r531689 i386 build.Cy Schubert2020-04-151-0/+11 * emulators/virtualbox-ose: Switch build to USES= compiler:c++14-langKyle Evans2020-04-142-0/+49 * - Fix runtime for gcc rpath. [1]Bryan Drewery2020-04-011-0/+10 * emulators/virtualbox-ose: use contemporary GCC instead of old llvmKyle Evans2020-03-124-36/+34 * Update xorg x11 servers to 1.20.7Niclas Zeising2020-02-211-1/+1 * Build emulators/virtualbox-ose-additions on head after r355537.Jung-uk Kim2019-12-131-200/+169 * Fix build with the recent iasl(8) on head after r353764.Jung-uk Kim2019-10-231-0/+96 * Qt5 update to 5.13.0Tobias C. Berner2019-10-011-0/+16 * Update to 5.2.32.Jung-uk Kim2019-07-172-17/+13 * Revert r501849 and restore the previous behaviour. No functional change.Jung-uk Kim2019-05-171-9/+26 * Update to 5.2.28.Jung-uk Kim2019-04-242-19/+37 * Work around build issues with LLD on i386.Jung-uk Kim2019-04-052-22/+50 * Fix emulators/virtualbox-ose-additions build with lld on i386.Jung-uk Kim2019-04-041-8/+17 * Fix build with lld on head after r345349.Jung-uk Kim2019-03-271-0/+11 * Revert r494756 and r494757 for now. It seems this patch needs more work.Jung-uk Kim2019-03-081-61/+32 * Fix a typo in the previous patch.Jung-uk Kim2019-03-061-1/+1 * Make linker option for executables closer to Linux equivalent, i.e.,Jung-uk Kim2019-03-061-32/+61 * Use system X.Org header files instead of the bundled files.Jung-uk Kim2019-03-016-175/+44 * Update to 5.2.24.Jung-uk Kim2019-01-162-34/+31 * Fix build when SRC_BASE is not /usr/src.Jung-uk Kim2018-11-301-7/+6 * Fix a VNC regression since 5.2.20.Jung-uk Kim2018-11-301-0/+21 * Support SMAP for amd64.Jung-uk Kim2018-10-2018-39/+1373 * Update to 5.2.20.Jung-uk Kim2018-10-171-46/+2 * vboxheadless: Fix start of specific machine after base r291770.Bryan Drewery2018-07-251-0/+1 * Update to 5.2.16.Jung-uk Kim2018-07-181-19/+28 * Unbreak emulators/virtualbox-ose-additions and emulators/virtualbox-ose-kmodJung-uk Kim2018-07-122-6/+17 * Update to 5.2.14.Jung-uk Kim2018-07-031-33/+0 * Remove obsolete patches.Jung-uk Kim2018-07-032-53/+0 * Remove obsolete kludges. All supported versions do not need these hacks.Jung-uk Kim2018-06-011-0/+26 * Fix emulators/virtualbox-ose-additions build with OpenGL option.Jung-uk Kim2018-05-161-0/+11 * Fix build on head after r333077.Jung-uk Kim2018-05-041-0/+33 * Work around the lack of definition of union semun per POSIX.Brooks Davis2018-03-031-0/+22 * emulators/virtualbox-ose: remove extra dependency on cdrtools.Eugene Grosbein2018-02-061-0/+9 * Re-enable AVX/AVX2 support for guest.Jung-uk Kim2018-01-241-21/+0 * Fix emulators/virtualbox-ose-additions build with Clang 6.0.Jung-uk Kim2018-01-191-0/+11 * Update to 5.2.6.Jung-uk Kim2018-01-175-37/+120 * Update to 5.2.2.Jung-uk Kim2017-12-012-2/+2 * - Work around build failures with Clang 3.4.Jung-uk Kim2017-10-253-0/+38 * Fix emulators/virtualbox-ose-nox11 build.Jung-uk Kim2017-10-251-0/+37 * Update to 5.2.0.Jung-uk Kim2017-10-2417-470/+159 * Revert r450636. It did not work as we expected.Jung-uk Kim2017-09-292-44/+0 * Build recompiler with Clang if global register variable is supported.Jung-uk Kim2017-09-262-0/+44 * - Fix overflow in host memory size calculation.Jung-uk Kim2017-09-082-0/+63 * Update to 5.1.26.Jung-uk Kim2017-07-291-1/+1 * Update to 5.1.24.Jung-uk Kim2017-07-191-22/+0 * - Fix build on 10.3. strncat() was not available in libkern. Actually,Jung-uk Kim2017-07-192-6/+3 * emulators/virtualbox-ose-additions: Add support for VirtualBox SharedFolderMahdi Mokhtari2017-07-1912-126/+4181 * Add a forgotten Qt4 patch in the previous commit.Jung-uk Kim2017-04-221-0/+13 * Clean up the patch header.Jung-uk Kim2017-04-201-2/+2 * - Fix build with option QT4.Jung-uk Kim2017-04-201-0/+40 * Update to 5.1.20.Jung-uk Kim2017-04-191-0/+18 * Reduce #if/#endif for code readibility. No functional change.Jung-uk Kim2017-04-121-18/+81 * Fix a typo introduced in the previous commit.Jung-uk Kim2017-04-111-1/+1 * Fix build on head after r316648.Jung-uk Kim2017-04-111-0/+48 * Improve D-Bus support.Jung-uk Kim2017-03-104-0/+112 * Fix build with option QT4.Jung-uk Kim2017-03-101-0/+10 * Update to 5.1.16.Jung-uk Kim2017-03-094-24/+47 * Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moreTobias C. Berner2017-02-192-0/+62 * Fix USB support.Jung-uk Kim2017-01-262-5/+61 * Fix build with QT4.Jung-uk Kim2017-01-192-0/+22 * Update to 5.1.12.Jung-uk Kim2016-12-211-22/+0 * Update to 5.1.10.Jung-uk Kim2016-11-254-73/+18 * Update to 5.1.8.Jung-uk Kim2016-10-242-54/+0 * Add support for Python 3.x.Jung-uk Kim2016-09-173-0/+73 * Update to 5.1.6.Jung-uk Kim2016-09-132-54/+13 * Attempt to fix build with LibreSSL.Jung-uk Kim2016-09-081-0/+45 * Update to 5.1.4.Jung-uk Kim2016-09-0815-202/+182 * Temporarily disable AVX support for guest. It is unstable for FreeBSD.Jung-uk Kim2016-08-131-0/+21 * Allow X server to load GLX extension.Jung-uk Kim2016-07-271-0/+34 * Remove fake DRM and install OpenGL wrappers.Jung-uk Kim2016-07-27