commit | 3b26a32df42092af6d0cdac655e52635b91d36b2 | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Sat Dec 20 23:22:57 2014 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Sat Dec 20 23:22:57 2014 -0500 |
tree | 84b1efc57b5c23da99b377883f62c201d35a155a | |
parent | 4b2cb37770e56835b261660535cea77474154ba0 [diff] |
don't write openpty results until success is determined not only is this semantically more correct; it also reduces code size slightly by eliminating the need for the compiler to assume the possibility of aliasing.