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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"