[BACK]Return to ChangeLog CVS log [TXT][DIR] Up to [Development] / projects / ltp

File: [Development] / projects / ltp / ChangeLog (download)

Revision 1.2, Fri Sep 8 15:56:25 2000 UTC (17 years, 1 month ago) by alaffin
Branch: MAIN
Changes since 1.1: +6 -0 lines

Add a fix from Egor Duda <deo@logos-m.ru> to fix a fd close issue in cleanup
of fpathconf01 and select01.

2000-09-08  Egor Duda <deo@logos-m.ru>

	* tests/fpathconf01.c: Close opened file at exit.
	* tests/select01.c: Ditto.

2000-09-08  Andrea Arcangeli <andrea@suse.de>
  * tests/fcntl09.c, tests/fcntl10.c: Rearrange the F_SETLK test to
  to correctly use F_RDLCK and F_WRLCK.

2000-09-06  Egor Duda  <deo@logos-m.ru>

	* lib/parse_opts.c (parse_opts): Initialize allocated string
	to prevent heap corruption.