commit | 8c8cf4bbd269d0535cad48f4088083b5a466803f | [log] [tgz] |
---|---|---|
author | Rich Felker <dalias@aerifal.cx> | Fri Nov 29 12:45:09 2013 -0500 |
committer | Rich Felker <dalias@aerifal.cx> | Fri Nov 29 12:45:09 2013 -0500 |
tree | 30861326480d7d2cdf058f71fbc2782af4e0a56a | |
parent | cabe9aa974aca34c0fda91028c770dee96ba51dc [diff] |
increase TTY_NAME_MAX limit to 32 the old value of 20 was reported by Laurent Bercot as being insufficient for a reasonable real-world usage case. actual problem was the internal buffer used by ttyname(), but the implementation of ttyname uses TTY_NAME_MAX, and for consistency it's best to increase both. the new value is aligned with glibc.