<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#ffffff" text="#000000">
    <font face="DejaVu Sans">I found a minor bug in __str2flags where
      empty strings or short strings will match all or many flags
      respectively.  Basically the test needs to ensure the test string
      is the same length as the table entry before doing a strncasecmp
      to avoid doing just a prefix test.<br>
      <br>
      Attached is a fix I'm using.<br>
      <br>
      Cheers,<br>
      Justin<br>
    </font>
  </body>
</html>