Simon McVittie

Results 815 comments of Simon McVittie

If it's a GLib test-case (using `g_test_init()` and friends), you get TAP by passing `--tap` to it. In newer versions of GLib, that's the default.

> Defining a Coding Style/Format/Convention Having a [.editorconfig](https://editorconfig.org/) might be a good tool-neutral way to do this.

> OpenBSD: http://cvsweb.openbsd.org/cgi-bin/cvsweb/~checkout~/ports/devel/sdl2/patches/patch-Makefile_in?rev=1.12&content-type=text/plain&hideattic=1 > > * Needs review (possibly by @smcv?) to understand the implication of this change. Definitely not desired at this point for all platforms. This is an...

> I'm not sure why the application needs the X compiler flags and libraries when building with SDL The better runtime dynamic linkers (such as glibc's) understand that shared libraries...

Sorry, I have no idea what this Huffman compression is used for - it might only be VoIP (and hence dead code in OpenJK) or it might be used for...

If the overflow is only exploitable via VoIP in practice, then it doesn't need to be treated as a vulnerability, but I think it would still be worthwhile to fix...

If the prebuilt binaries are coming from Travis-CI, then it's Travis-CI that's being weird here, because it runs on ye olde Ubuntu... or if the prebuilt binaries are coming from...

> Debian 8 (current stable) or Ubuntu 16.04 (current LTS) both have libjpeg-turbo with the libjpeg 6b ABI Huh, no, this is even messier than I thought. All the major...

There's more background in https://lists.fedoraproject.org/pipermail/devel/2013-January/176281.html (the message from former libjpeg maintainer Tom Lane a bit later in the thread is particularly relevant).

Yeah, I'm aware that JO support in OpenJK is experimental. I'll have to include JO in the initial upload to Debian anyway, because adding extra binary packages at a later...