cvs commit: src/lib/libc/inet inet_network.c src/lib/libc/stdlib grantpt.c src/lib/libutil pty.c

John Baldwin jhb at freebsd.org
Mon Jan 14 15:36:31 PST 2008


On Monday 14 January 2008 05:55:20 pm Colin Percival wrote:
> cperciva    2008-01-14 22:55:20 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     lib/libc/inet        inet_network.c 
>     lib/libc/stdlib      grantpt.c 
>     lib/libutil          pty.c 
>   Log:
>   Fix issues which allow snooping on ptys. [08:01]
>   
>   Fix an off-by-one error in inet_network(3). [08:02]
>   
>   Security: FreeBSD-SA-08:01.pty
>   Security: FreeBSD-SA-08:02.libc

Did you mean to disable support for pts(4) in ptsname(3) in HEAD?  Note that 
pts(4) isn't disabled in any of the other pty-related functions in HEAD (e.g. 
posix_openpt(3)).

-- 
John Baldwin


More information about the cvs-src mailing list