gspawn: Abort if we can't open /dev/null
authorColin Walters <walters@verbum.org>
Thu, 21 Jun 2012 19:37:39 +0000 (15:37 -0400)
committerColin Walters <walters@verbum.org>
Fri, 22 Jun 2012 14:34:03 +0000 (10:34 -0400)
commit01d8d43d0b66f349a38075a3ebfd82fc9bed084a
tree9de95e006c5da0fc6a980031676603d947116c53
parent7d622157f055d9fb0ae3686f2b7a4fd1952af258
gspawn: Abort if we can't open /dev/null

This really "shouldn't happen", but if we have an assertion here, it
will help static analysis tools know we're not hitting undefined
state.
glib/gspawn.c