-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: security-libs
The file src/share/native/sun/security/krb5/nativeccache.c includes lots of codes like
#ifdef DEBUG
printf("Found HostAddresses constructor\n");
#endif /* DEBUG */
which would print to stdout for debug/fastdebug builds. There is no way to turn them off.
#ifdef DEBUG
printf("Found HostAddresses constructor\n");
#endif /* DEBUG */
which would print to stdout for debug/fastdebug builds. There is no way to turn them off.