bug-glibc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

glibc-2.3.2 Security Warnings from 'make check'


From: Joseph D. Wagner
Subject: glibc-2.3.2 Security Warnings from 'make check'
Date: Wed, 15 Oct 2003 23:19:07 +0600
User-agent: KMail/1.5.3

glibc-2.3.2/stdlib/test-canon2.o: In function `do_prepare':
/usr/src/glibc-2.3.2/stdlib/test-canon2.c:52: the use of `mktemp' is 
dangerous, better use `mkstemp'
/tmp/ccH2uDMP.o: In function `get_null_defines':
/tmp/ccH2uDMP.o(.text+0x157): the use of `tmpnam' is dangerous, better use 
`mkstemp'
glibc-2.3.2/stdio-common/temptest.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/temptest.c:14: the use of `tempnam' is 
dangerous, better use `mkstemp'
glibc-2.3.2/stdio-common/tst-ungetc.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/tst-ungetc.c:24: the use of `tmpnam' is 
dangerous, better use `mkstemp'
glibc-2.3.2/stdio-common/bug7.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/bug7.c:12: the use of `tmpnam' is 
dangerous, better use `mkstemp'
tst-wc-printf.c: In function `main':
tst-wc-printf.c:19: warning: wint_t format, long int arg (arg 2)
glibc-2.3.2/stdio-common/tst-tmpnam.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/tst-tmpnam.c:32: the use of `tmpnam' is 
dangerous, better use `mkstemp'
glibc-2.3.2/stdio-common/tst-gets.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/tst-gets.c:30: the `gets' function is 
dangerous and should not be used.
glibc-2.3.2/stdio-common/tst-fdopen.o: In function `main':
/usr/src/glibc-2.3.2/stdio-common/tst-fdopen.c:26: the use of `tmpnam' is 
dangerous, better use `mkstemp'
glibc-2.3.2/dirent/opendir-tst1.o: In function `do_test':
/usr/src/glibc-2.3.2/dirent/opendir-tst1.c:66: the use of `mktemp' is 
dangerous, better use `mkstemp'
glibc-2.3.2/grp/tst_fgetgrent.o: In function `main':
/usr/src/glibc-2.3.2/grp/tst_fgetgrent.c:103: the use of `tmpnam' is 
dangerous, better use `mkstemp'
glibc-2.3.2/pwd/tst-getpw.o: In function `check':
/usr/src/glibc-2.3.2/pwd/tst-getpw.c:26: the `getpw' function is dangerous 
and should not be used.
glibc-2.3.2/posix/wordexp-test.o: In function `main':
/usr/src/glibc-2.3.2/posix/wordexp-test.c:243: the use of `tmpnam' is 
dangerous, better use `mkstemp'
/tmp/ccTUS11H.o: In function `get_null_defines':
/tmp/ccTUS11H.o(.text+0x1a9): the use of `tmpnam' is dangerous, better use 
`mkstemp'
glibc-2.3.2/io/test-utime.o: In function `main':
/usr/src/glibc-2.3.2/io/test-utime.c:37: the use of `tmpnam' is dangerous, 
better use `mkstemp'
glibc-2.3.2/misc/tst-mntent.o: In function `main':
/usr/src/glibc-2.3.2/misc/tst-mntent.c:32: the use of `tmpnam' is dangerous, 
better use `mkstemp'





reply via email to

[Prev in Thread] Current Thread [Next in Thread]