User Activity

  • Posted a comment on ticket #59 on QuakeSpasm

    It's not really up to the server author what stdin is: it's the user who runs the server that decides.

  • Posted a comment on ticket #59 on QuakeSpasm

    If stdin is a socket or the read end of a pipe/fifo (or even a regular file for that matter), wouldn't you want to read everything from it until EOF is reached, and then stop?

  • Posted a comment on ticket #59 on QuakeSpasm

    "So: con_eof is static means it won't ever process any more input after hitting con_eof, but the way qs is ran console input is not wanted anyway?" - pretty much. If stdin is not a terminal (for example /dev/null or a regular file), after you have reached EOF it will continue to poll as readable (POLLIN from poll() or readfds in select()) forever, but read() will return 0 (meaning EOF), so quakespasm will constantly try to read from it. (Previously, quakespasm was also mishandling a read of 0 bytes...

  • Posted a comment on ticket #59 on QuakeSpasm

    Patch attached, seems to work well.

  • Created ticket #59 on QuakeSpasm

    Server loops with "Console input too long!" if stdin is /dev/null

  • Created merge request #2 on QuakeSpasm

    Use pkg-config in a cross-compilation-friendly way

  • Created merge request #1 on QuakeSpasm

    Spelling fixes

  • Posted a comment on ticket #36 on MP3Gain

    mpglibDBL appears to be an old copy of mpglib from mpg123, and has the same security...

View All

Personal Data

Username:
smcvittie
Joined:
2006-12-20 12:05:13

Projects

This is a list of open source software projects that Simon McVittie is associated with:

Personal Tools