Package: librdmacm / 1.0.15-1+deb7u1

Metadata

Package Version Patches format
librdmacm 1.0.15-1+deb7u1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 CVE 2012 4516 no default acm port.patch | (download)

src/acm.c | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 disable acm support if ibacm.port is not found

The librdmacm will try to connect port 6125 if ibacm.port is
not found.  The problem is that some other service or application
could be using that port and respond with garbage.  Rather
than falling back to a hard coded port number, if ibacm.port
is not found, simply disable ACM support.

This has the effect of removing support for older versions
of ibacm, unless the port file is created manually.

Patch created based on feedback from Doug Ledford and Florian
Weimer from RedHat.