<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thank you for your contribution your branch has been included in
    'pu'<br>
    <br>
    <br>
    <br>
    <div class="moz-cite-prefix">On 08/01/2012 11:30 AM, Stefan
      Zegenhagen wrote:<br>
    </div>
    <blockquote cite="mid:1343813419.29035.18.camel@ax-sze" type="cite">
      <pre wrap="">Dear all,

the implementation of SNMP-VIEW-BASED-ACM.mib assumes that the input for
vacmViewTreeFamilyMask is an OID consisting of 1's and 0's only to form
the mask. However, the MIB states that the input should be a bitstring.

The OID representation of the mask is useful in the code as it speeds up
time-critical code paths when checking access permissions for EACH SNMP
access. Reading/writing the view mask objects is less time-critical.

Therefore, to fix the issue, convert between OID representation and
bitstring when the vacmViewTreeFamilyMask objects are accessed. This is
done by the patch attached to this e-mail.


Kind regards,

</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
erlang-patches mailing list
<a class="moz-txt-link-abbreviated" href="mailto:erlang-patches@erlang.org">erlang-patches@erlang.org</a>
<a class="moz-txt-link-freetext" href="http://erlang.org/mailman/listinfo/erlang-patches">http://erlang.org/mailman/listinfo/erlang-patches</a>
</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
/Henrik Nord Erlang/OTP</pre>
  </body>
</html>