Actions
Bug #6735
closedpfp should allocate appropriate space for sockaddr
Start date:
2016-03-09
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The pf packet socket module needs to be a bit more explicit in the sockaddr that it's storing. Currently it's using a generic struct sockaddr when it needs a sockaddr_ll.
Updated by Electric Monk over 6 years ago
- Status changed from New to Closed
git commit 3b4315d3f6ce29d16d3f8e2c62b2f9c24192c3a8
commit 3b4315d3f6ce29d16d3f8e2c62b2f9c24192c3a8 Author: Patrick Mooney <pmooney@pfmooney.com> Date: 2016-03-13T16:23:29.000Z 6735 pfp should allocate appropriate space for sockaddr Reviewed by: Jerry Jelinek <jerry.jelinek@joyent.com> Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com> Approved by: Hans Rosenfeld <rosenfeld@grumpf.hope-2000.org>
Actions