[PATCH] Fix connect/sendto/sendmsg into making sure to ignore bytes beyond sockaddr length

2015-02-07 Thread Samuel Thibault
2014-03-01 Samuel Thibault samuel.thiba...@ens-lyon.org Thanks Tanaka Akira for the report. * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which duplicates ADDR-sun_path with sockaddr LEN limitation. * sysdeps/mach/hurd/connect.c: Include string.h

Re: [PATCH] Fix connect/sendto/sendmsg into making sure to ignore bytes beyond sockaddr length

2015-02-07 Thread Roland McGrath
Thanks Tanaka Akira for the report. General glibc policy is that if a bug was user-visible (i.e. observable in a user program that was not itself using undefined behavior, etc.) then there should be a bugzilla item filed for it. That BZ# should then be in the ChangeLog entry. --- /dev/null