Bug #12057
Updated by Alexander Pyhalov about 1 year ago
Login to running zone with zlogin and run the following sample program:
<pre>
#include <stdio.h>
int main()
{
char *word=".";
fputs(&word[1], stderr);
fflush(stderr);
return 0;
}
</pre>
Console session will be terminated with SIGHUP.
Reproducible on illumos-ad3e6d4dd8 (November 2019).