[Bug 202294] usr/src/crypto/heimdal/lib/krb5/test_store.c:228: bad expression ?

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Aug 13 16:00:52 UTC 2015


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=202294

            Bug ID: 202294
           Summary: usr/src/crypto/heimdal/lib/krb5/test_store.c:228: bad
                    expression ?
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: dcb314 at hotmail.com

usr/src/crypto/heimdal/lib/krb5/test_store.c:228]: (style) Same expression on
both sides of '/'.

Source code is

  for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes); n++) {

Maybe

  for (n = 0; n < sizeof(too_big_sizes) / sizeof(too_big_sizes[0]); n++) {

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list