[Bug 698242] printf: abort() in custom printf with old printf extension specifiers

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Apr 17 16:48:50 PDT 2013


https://bugzilla.gnome.org/show_bug.cgi?id=698242
  GStreamer | gstreamer (core) | git

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.1.1

--- Comment #2 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-04-17 23:48:45 UTC ---
commit e8a9f7acdf8ee5955415f4799c38dac7a944adaf
Author: Tim-Philipp Müller <tim at centricular.net>
Date:   Thu Apr 18 00:44:32 2013 +0100

    printf: fix handling of old printf extension specifiers for ABI
compatibility

    Fixes abort when the old specifiers are used. Fix up the conversion
    specifier, it would get overwritten with 'c' below to the extension
    format char, which then later is unhandled, leading to the abort.
    Also fix up and enable unit test for this.

    https://bugzilla.gnome.org/process_bug.cgi

(Yes, the bug URL was very clever, I know)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list