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@FreeBSD.org Reporter: dcb...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"