Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 1996 01:28:29 -0700 (PDT)
From:      Jeffrey Hsu <hsu>
To:        jb@cimlogic.com.au
Cc:        hackers
Subject:   libc_r bug
Message-ID:  <199609200828.BAA01366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following program exhibits a bug in the latest version of libc_r.
If the two lines are reversed, then everything's okay.

main()
{
  write(1, "hi", 2);
  printf("hello world\n");
}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609200828.BAA01366>