Jon Turney
|
19b3b814bc
|
Cygwin: testsuite: Fix TEST_RETURN for 64-bit
The result of a function call won't fit in an int if it's e.g. a pointer.
|
2022-08-29 17:53:44 +01:00 |
Corinna Vinschen
|
3b80191f33
|
Cygwin: testsuite: fix insecure usage of printf in libltp
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
|
2020-11-16 15:57:31 +01:00 |
Christopher Faylor
|
9cca06eea1
|
* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto.
* winsup.api/winsup.exp: Don't use -g3.
|
2003-02-08 02:56:49 +00:00 |
Christopher Faylor
|
31d7abadfe
|
Perform more C warning fixup on all C source files and headers.
|
2003-01-24 01:09:40 +00:00 |
Egor Duda
|
664b2d68eb
|
Add 'const' qualifiers where needed to avoid compiler warnings.
* libltp/lib/tst_sig.c (tst_sig): Don't attempt to cleanup on
fatal errors.
* libltp/lib/parse_opts.c (parse_opts): Initialize allocated
string to prevent heap corruption.
|
2000-09-06 14:21:53 +00:00 |
Christopher Faylor
|
42f03f6757
|
Importing Egor's testsuite.
|
2000-09-03 03:52:30 +00:00 |