chiark / gitweb /
regress: Support NULL fdset arguments to select
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 28 Jan 2015 23:49:19 +0000 (23:49 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 29 Jan 2015 00:24:24 +0000 (00:24 +0000)
commit47b9db5941ba11277d7bd62060057202236fb921
tree8f547f6f521a7ecf5a2e5096daf005d4a2191902
parentd8fa191ed7774818862febd6ade774cb7e149ab9
regress: Support NULL fdset arguments to select

We are going to want to pass these, and currently the test harness
will dereference the NULL.  So fix this.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
regress/hcommon.c
regress/hcommon.c.m4
regress/hplayback.c
regress/hplayback.c.m4