-
Here's a patch to fix some spelling and capitalization errors in comments in autogen.sh.2007.06.18.
2008-06-27 17:18:28 UTC in autogen.sh
-
"stringification will never infinitely recurse because cycles in the object graph are automatically detected and result in limiting the depth at the point where the cycle is detected."
but
Object[] c = new Object[1];
c[0] = c;
Jestr.str(c);
hangs.
2006-12-26 23:28:22 UTC in Jestr - a Java Extensible Stringifier
-
read_string() in /misc_conv.c in libpam_misc should
turn off terminal echo before issuing the prompt.
Otherwise, another task can be scheduled to run between
when the prompt is issued and when echo is turned off.
This results in the string being read (typically a
password) being shown on the screen.
2006-08-02 22:51:25 UTC in Pluggable Auth Modules