Branch: refs/heads/stable1-proposed
Home: https://github.com/kronosnet/kronosnet
Commit: f6bdeba12a038253cfb3a93e0c1f7fa42e35f939
https://github.com/kronosnet/kronosnet/commit/f6bdeba12a038253cfb3a93e0c1f7…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M libknet/links.c
M libknet/links_acl_ip.c
M libknet/netutils.c
M libknet/netutils.h
Log Message:
-----------
Sanitise sockaddr_storage structs coming in the API
Before we used to copy the whole sockaddr_storage from
the API into our structs. This meant that any junk left
at the end by the caller got into them and could
cause trouble with some comparisons.
This patch zeros out the extra bits of the sockaddr_storage
that are not valid.
Branch: refs/heads/master
Home: https://github.com/kronosnet/kronosnet
Commit: 833c39e998475bc3c56993cb77c89845f9c66e98
https://github.com/kronosnet/kronosnet/commit/833c39e998475bc3c56993cb77c89…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M libknet/links.c
M libknet/links_acl_ip.c
M libknet/netutils.c
M libknet/netutils.h
Log Message:
-----------
Sanitise sockaddr_storage structs coming in the API
Before we used to copy the whole sockaddr_storage from
the API into our structs. This meant that any junk left
at the end by the caller got into them and could
cause trouble with some comparisons.
This patch zeros out the extra bits of the sockaddr_storage
that are not valid.
Commit: 67e55db12a7cd15058043467b5f6b13e22abd433
https://github.com/kronosnet/kronosnet/commit/67e55db12a7cd15058043467b5f6b…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2021-06-25 (Fri, 25 Jun 2021)
Changed paths:
M libknet/links.c
M libknet/links_acl_ip.c
M libknet/netutils.c
M libknet/netutils.h
Log Message:
-----------
Merge pull request #352 from kronosnet/careful-sockaddrs
Sanitise sockaddr_storage structs coming in the API
Compare: https://github.com/kronosnet/kronosnet/compare/4e5bce17775c...67e55db12a7c
Branch: refs/heads/careful-sockaddrs
Home: https://github.com/kronosnet/kronosnet
Commit: 833c39e998475bc3c56993cb77c89845f9c66e98
https://github.com/kronosnet/kronosnet/commit/833c39e998475bc3c56993cb77c89…
Author: Christine Caulfield <ccaulfie(a)redhat.com>
Date: 2021-06-24 (Thu, 24 Jun 2021)
Changed paths:
M libknet/links.c
M libknet/links_acl_ip.c
M libknet/netutils.c
M libknet/netutils.h
Log Message:
-----------
Sanitise sockaddr_storage structs coming in the API
Before we used to copy the whole sockaddr_storage from
the API into our structs. This meant that any junk left
at the end by the caller got into them and could
cause trouble with some comparisons.
This patch zeros out the extra bits of the sockaddr_storage
that are not valid.