Mercurial > pidgin.yaz
view libpurple/protocols/null/Makefile.am @ 30703:5884388dfd06
Fix a crash bug in oscar related to trying to allocate too much memory.
This was reported to our security mailing list by Jan Kaluza The Great.
I honestly couldn't figure out how to repro this crash, so I've been
considering it as not a remote-crash security problem, so I chose to
skip the CVE process for this.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Wed, 21 Jul 2010 02:57:51 +0000 |
parents | 2b62300d2c19 |
children |
line wrap: on
line source
EXTRA_DIST = \ Makefile.mingw \ README pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) NULLSOURCES = nullprpl.c AM_CFLAGS = $(st) libnull_la_LDFLAGS = -module -avoid-version # nullprpl isn't built by default. when it is built, it's dynamically linked. st = pkg_LTLIBRARIES = libnull.la libnull_la_SOURCES = $(NULLSOURCES) libnull_la_LIBADD = $(GLIB_LIBS) AM_CPPFLAGS = \ -I$(top_srcdir)/libpurple \ -I$(top_builddir)/libpurple \ $(GLIB_CFLAGS) \ $(DEBUG_CFLAGS)