search for: pathp

Displaying 6 results from an estimated 6 matches for "pathp".

Did you mean: path
1998 May 26
0
Re: Beware of dangerous enviroment (Re: Overflows in minicom)
...;; #endif - if ((nlspath = (char *) getenv ("NLSPATH")) == NULL) { + if ((nlspath = (char *) __libc_secure_getenv ("NLSPATH")) == NULL) { #if OLD_NLS_PATHS nlspath = "/nlslib/%L/%N.cat:/nlslib/%N/%L"; #else @@ -187,6 +189,7 @@ ++nlspath; strcpy(pathP, lang); pathP = tmp; + continue; } else if (*(nlspath + 1) == ''N'') { char * tmp = pathP + strlen(name); if (tmp > path + sizeof (path)) @@ -197,15 +200,14 @@ ++nlspath; strcpy(pathP, name); pathP = tmp; - } else *(path...
2000 Sep 27
0
FreeBSD Security Advisory: FreeBSD-SA-00:53.catopen
...ieving revision 1.27 diff -u -r1.21 -r1.27 --- nls/msgcat.c 2000/01/27 23:06:33 1.21 +++ nls/msgcat.c 2000/09/01 11:56:31 1.27 @@ -91,8 +91,9 @@ __const char *catpath = NULL; char *nlspath; char *lang; - long len; char *base, *cptr, *pathP; + int spcleft; + long len; struct stat sbuf; if (!name || !*name) { @@ -106,10 +107,10 @@ } else { if (type == NL_CAT_LOCALE) lang = setlocale(LC_MESSAGES, NULL); - else { - if ((lang = (char *) getenv("LANG")) ==...
2006 Jun 09
1
[LLVMdev] Why Is This Illegal?
...that is of type pointer to opaque? Is it just that you can't store pointers to opaque? %path = internal constant [11 x sbyte] c"/some/path\00" implementation ; Functions: declare opaque* %open(sbyte*) internal int %testme(int, sbyte**) { %stdout = alloca opaque* %pathp = getelementptr [11 x sbyte]* %path, uint 0, uint 0 %handle = call opaque* %open( sbyte* %pathp ) store opaque* %handle, opaque* %stdout ; This is line 11 } -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: ap...
2006 Dec 26
0
RSVP/RSVP6 Enabling a linux box is not working: Why ?
...Tc qdisc add dev eth1 root cbq bandwidth 100Mbps avpkt 1500 Then I add filters for rsvp, for example: Tc filter add dev eth0 parent 8000: protocol ip rsvp Tc filter add dev eth1 parent 8001: protocol ip rsvp But, on my windows XP box, when I try to pathping -n -R the linux box, it says the linux box is not RSVP AWARE. Can someone give-me a hint on what am I doing wrong here ? Also, can someone clarify me as if linux RSVP supports UDP encapsulation as the Standard RSVP provides on ports 1698,1699 ? (RFC2205) Any help appreciated. Thank...
1996 Nov 25
0
Security Problems in XMCD
...TH, and parses out path names from it, dynamically allocating memory for each pathname as it is parsed. The cd_init() functions, which calls cddb_init(), then uses the structure with the dynamically allocated path string and copies it into a fixed length buffer with: sprintf(str, " %s", pathp->path); The str variable is defined in cd_init() as char str[FILE_PATH_SZ + 2]. Rob McMillan and Georgia Killcrece at CERT, and Ti Kan, the maintainer of XMCD, were made aware of this problem on November 19th. Any questions to CERT regarding this security hole should reference INFO#96.25542....
1996 Nov 21
2
Re: BOUNCE: Re: Chattr +i and securelevel
...TH, and parses out path names from it, dynamically allocating memory for each pathname as it is parsed. The cd_init() functions, which calls cddb_init(), then uses the structure with the dynamically allocated path string and copies it into a fixed length buffer with: sprintf(str, " %s", pathp->path); The str variable is defined in cd_init() as char str[FILE_PATH_SZ + 2]. Rob McMillan and Georgia Killcrece at CERT, and Ti Kan, the maintainer of XMCD, were made aware of this problem on November 19th. Any questions to CERT regarding this security hole should reference INFO#96.2554...