[Bug 1547534] [NEW] gnome-system-monitor crashed and libglib2.0-0 needs to be upgraded
zerons
sironhide0null at gmail.com
Fri Feb 19 14:14:27 UTC 2016
Public bug reported:
SYSTEM: ubuntu 14.04 LTS
package: libglib2.0-0_2.40.2-0ubuntu1
the bug is in libglib2.0-0/glib/gmarkup.c, function append_escaped_text,
----while (p != end)
should be
----while (p < end)
in the newest version, the commit
https://github.com/GNOME/glib/commit/c71b16c3be17113f80693690555c453f31e5f31a
** Affects: glib2.0 (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to glib2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/1547534
Title:
gnome-system-monitor crashed and libglib2.0-0 needs to be upgraded
Status in glib2.0 package in Ubuntu:
New
Bug description:
SYSTEM: ubuntu 14.04 LTS
package: libglib2.0-0_2.40.2-0ubuntu1
the bug is in libglib2.0-0/glib/gmarkup.c, function append_escaped_text,
----while (p != end)
should be
----while (p < end)
in the newest version, the commit
https://github.com/GNOME/glib/commit/c71b16c3be17113f80693690555c453f31e5f31a
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glib2.0/+bug/1547534/+subscriptions
More information about the foundations-bugs
mailing list