search for: tmpnam

Displaying 14 results from an estimated 14 matches for "tmpnam".

Did you mean: tmpname
2004 Aug 06
2
libpthread and icecast2
...: this program uses gets(), which is unsafe. /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is stupid. /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstemp() Mike --...
2004 Aug 06
0
libpthread and icecast2
...gets(), which is unsafe. > /usr/lib/libc.so.4: warning: mktemp() possibly used unsafely; consider using mkstemp() > /usr/lib/libc.so.4: WARNING! des_setkey(3) not present in the system! > /usr/lib/libc.so.4: WARNING! encrypt(3) not present in the system! > /usr/lib/libc.so.4: warning: tmpnam() possibly used unsafely; consider using mkstemp() > /usr/lib/libc.so.4: warning: this program uses f_prealloc(), which is stupid. > /usr/lib/libc.so.4: WARNING! des_cipher(3) not present in the system! > /usr/lib/libc.so.4: warning: tempnam() possibly used unsafely; consider using mkstem...
2004 Aug 06
0
Ices0.3 and Perl 5.8.3
...this program uses gets(), which is unsafe. /usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc_r.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc_r.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider using mkstemp()...
2004 Aug 06
2
libpthread and icecast2
Heres a question for anyone awake at this hour, does icecast2 require libpthread? I'm trying to build it on a freebsd 4.3 box, and it wants to link against libpthread. If this is not required on the freebsd platform, then is it safe to just take out of the makefile? Thanks Mike -- <mystica@darktech.org> --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project
2004 Aug 06
0
Problems with Ices0.3
...this program uses gets(), which is unsafe. /usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so: WARNING! des_setkey(3) not present in the system! /usr/lib/libc_r.so: WARNING! encrypt(3) not present in the system! /usr/lib/libc_r.so: warning: tmpnam() possibly used unsafely; consider using mkstemp() /usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not recommended. /usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! /usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consider using mkstemp()...
2004 Aug 06
0
Problems with Ices0.3 and Icecast
...ets(), which is unsafe. >/usr/lib/libc_r.so: warning: mktemp() possibly used unsafely; consider >using mkstemp() >/usr/lib/libc_r.so: WARNING! des_setkey(3) not present in the system! >/usr/lib/libc_r.so: WARNING! encrypt(3) not present in the system! >/usr/lib/libc_r.so: warning: tmpnam() possibly used unsafely; consider >using mkstemp() >/usr/lib/libc_r.so: warning: this program uses f_prealloc(), which is not >recommended. >/usr/lib/libc_r.so: WARNING! des_cipher(3) not present in the system! >/usr/lib/libc_r.so: warning: tempnam() possibly used unsafely; consi...
2007 Sep 29
3
plugin problem
I'm trying to do a rewrite of the dspam_plugin for dovecot 1.1b1. There are some API changes that warranted an update of the plugin. Also, I wanted the dspam_plugin to be able to handle pristine mails for dspam retraining, as opposed to the signature based retraining. Question: How can I retrieve the full unix path for a specific mail? The original code uses mail_get_first_header() to
2015 Dec 18
1
Assistance much appreciated
...typedef long long fpos_t; - - - - - typedef long long fpos64_t; # 145 "/opt/lib/gcc/powerpc-ibm-aix5.3.0.0/4.7.4/include-fixed/sys/types.h" 3 4 typedef int time_t; @@ -258,9 +251,9 @@ - typedef long long off_t; + typedef long off_t; @@ -2785,8 +2778,8 @@ extern char *tmpnam(char *); extern int fclose(FILE *); extern int fflush(FILE *); - extern FILE * fopen64(const char *restrict, const char *restrict); - extern FILE * freopen64(const char *restrict, const char *restrict, FILE *restrict); + extern FILE * fopen(const char *restrict, const char *restrict); + exte...
2015 Dec 17
3
Assistance much appreciated
On 2015-12-17 19:30, peter dalgaard wrote: > Presumably the file in question is one of > > Peter-Dalgaards-MacBook-Air:BUILD pd$ grep -r "^Package: tools" * > library/tools/DESCRIPTION:Package: tools > src/library/tools/DESCRIPTION:Package: tools > > so the first thing I'd do is to have a good look at those files and see if they got somehow corrupted. > >
2011 May 27
0
Wine release 1.3.21
...Use _create_locale instead of setlocale during initialization. msvcrt: Use get_locinfo instead of get_locale. msvcrt: Change the way locale information is stored in __thread_data. msvcrt: Change the way how localtime/gmtime buffer is stored in __thread_data. msvcrt: Improved tmpnam/wtmpnam implementation. msvcrt: Added _getptd implementation. msvcr90/tests: Don't check if msvcr90 functions exists. msvcrt: Added _get_unexpected implementation. msvcr90/tests: Added _getptd tests. msvcrt: Improved locale initialization. msvcp90: Added ios_...
2011 Aug 05
0
Wine release 1.3.26
...Nowres Rafed (1): iphlpapi: Implemented IcmpSendEcho2Ex(). Octavian Voicu (2): shell32: Disable WOW64 redirection when converting pidls to UNIX paths. configure: Disable gstreamer support if headers are not compatible with build environment. Piotr Caban (12): msvcrt: Fixed tmpnam and _wtmpname implementation. msvcrt: Fix %f format handling in printf so it works with big floats. msvcrt: Fix uninitialized memory access in wcsrtombs_l implementation (valgrind). msvcp90: Added _Locinfo class stub. msvcp: Sync spec files. msvcrt: Fixed vswprintf* ex...
2004 Aug 26
6
chan_capi module
...nclude/stdio.h:156: error: storage class specified for parameter`rename'/usr/include/stdio.h:166: error: storage class specified for parameter `FILE'/usr/include/stdio.h:166: error: syntax error before '*' token /usr/include/stdio.h:180: error: storage class specified for parameter `tmpnam'/usr/include/stdio.h:208: error: syntax error before '*' token /usr/include/stdio.h:208: error: storage class specified for parameter `fclose'/usr/include/stdio.h:213: error: syntax error before '*' token /usr/include/stdio.h:213: error: storage class specified for parameter...
2012 Nov 29
2
[LLVMdev] problem trying to write an LLVM register-allocation pass
I have a new problem: Register RBP is used in a function foo. (I am not allocating RBP to any virtual register, the instances of RBP in function foo are in the machine code when my register allocator starts.) Function foo calls function bar. Register RBP is not saved across the call, though it is live after the call. Function bar includes a virtual register. The code that I'm using to
2012 Dec 01
0
[LLVMdev] problem trying to write an LLVM register-allocation pass
...truct _IO_FILE *stdin; extern struct _IO_FILE *stdout; extern struct _IO_FILE *stderr; extern int remove (__const char *__filename) __attribute__ ((__nothrow__)); extern int rename (__const char *__old, __const char *__new) __attribute__ ((__nothrow__)); extern FILE *tmpfile (void); extern char *tmpnam (char *__s) __attribute__ ((__nothrow__)); extern char *tmpnam_r (char *__s) __attribute__ ((__nothrow__)); extern char *tempnam (__const char *__dir, __const char *__pfx) __attribute__ ((__nothrow__)) __attribute__ ((__malloc__)); extern int fclose (FILE *__stream); extern int fflush (FILE...