cooljeanius’s avatarcooljeanius’s Twitter Archive—№ 9,780

  1. …in reply to @gnutools
    @gnutools clang's static analyzer has recommended replacing vfork() with posix_spawn() for a while now, but after looking at all the additional arguments in the posix_spawn() prototype, I just got intimidated and gave up