aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/misc.c
Commit message (Collapse)AuthorAge
* Add "Album Artist" field to the list of potential fields to editGravatar Daniel2011-04-23
| | | | | | | | | | | | Quoth Daniel (Random Mister): "I just found an extended patch which also includes support for the album-artist tag in the fill tags dialog. It is an update of the other, so if you only add this one to the git tree it should work. I've been using it for over half a year without bugs, so I think it can be merged into the Git tree." Written-By: Daniel <random.mister@gmail.com>
* misc.c: fix potential memory corruptionGravatar Alex Bennee2011-03-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As reported by valgrind: Invalid read of size 1 at 0x4C28064: strlen (mc_replace_strmem.c:282) by 0x9690261: g_strdup (in /usr/lib64/libglib-2.0.so.0.2600.1) by 0x89E700C: value_collect_string (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D7738: g_signal_emit_valist (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D7CF1: g_signal_emit_by_name (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x4EEF092: gtk_entry_insert_text (in /usr/lib64/libgtk-x11-2.0.so.0.2200.1) by 0x449F1A: Insert_Only_Digit (misc.c:437) by 0x89BD19D: g_closure_invoke (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D6278: signal_emit_unlocked_R (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D79F5: g_signal_emit_valist (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D7CF1: g_signal_emit_by_name (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x4EEF092: gtk_entry_insert_text (in /usr/lib64/libgtk-x11-2.0.so.0.2200.1) Address 0x1604d642 is 0 bytes after a block of size 2 alloc'd at 0x4C25218: calloc (vg_replace_malloc.c:467) by 0x9678639: g_malloc0 (in /usr/lib64/libglib-2.0.so.0.2600.1) by 0x449E8E: Insert_Only_Digit (misc.c:418) by 0x89BD19D: g_closure_invoke (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D6278: signal_emit_unlocked_R (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D79F5: g_signal_emit_valist (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x89D7CF1: g_signal_emit_by_name (in /usr/lib64/libgobject-2.0.so.0.2600.1) by 0x4EEF092: gtk_entry_insert_text (in /usr/lib64/libgtk-x11-2.0.so.0.2200.1) by 0x4EF4DB0: gtk_entry_set_text (in /usr/lib64/libgtk-x11-2.0.so.0.2200.1) by 0x43BFF9: ET_Display_File_Tag_To_UI (et_core.c:2802) by 0x43CC53: ET_Display_File_Data_To_UI (et_core.c:2545) by 0x4328A7: Action_Select_Nth_File_By_Etfile (easytag.c:1774) If we revisit this function it may be worth considering the guidance from the GTK manual about intercepting gtk_editible signals: http://library.gnome.org/devel/gtk/2.21/GtkEditable.html#GtkEditable-insert-text
* Remove executable bits from files that are not scripts/executables.Gravatar Rogério Brito2011-03-08
|
* EasyTag 2.1.6Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.5Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.4Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.3Gravatar Alex Bennee2010-07-14
|
* EasyTag 2.1.1Gravatar Alex Bennee2010-07-14