Apache chunked encoding and Solaris/Sparc

From: Pavel Kankovsky (peak@argo.troja.mff.cuni.cz)
Date: 06/25/02


Date: Tue, 25 Jun 2002 23:59:15 +0200 (MET DST)
From: Pavel Kankovsky <peak@argo.troja.mff.cuni.cz>
To: vuln-dev@securityfocus.com

Has anyone (besides the omnipotent Gobbles, of course) managed to harm
Apache running on Solaris/Sparc? As far as I can tell, Solaris
implementation of memcpy() does NOTHING when it gets a negative length,
and Solaris read() fails with EINVAL when the length is negative.

--Pavel Kankovsky aka Peak [ Boycott Microsoft--http://www.vcnet.com/bms ]
"Resistance is futile. Open your source code and prepare for assimilation."



Relevant Pages

  • Re: General remarks on restrict
    ... it might be a hint that stdio.h on my Solaris box doesn't ... In the actual definition of memcpy ... the Standard clearly specifies that calling memcpy with arguments ... can you point to language in the Standard that proves it. ...
    (comp.std.c)
  • Re: long type in solaris
    ... "I need to copy a long type value into a char string using a memcpy ... On windows machine it works well, on Solaris not. ... char *target; ...
    (comp.lang.c)
  • Re: General remarks on restrict
    ... it might be a hint that stdio.h on my Solaris box doesn't ... support c99 library features - like the restrict in fgets's prototype... ... In the actual definition of memcpy ... the Standard clearly specifies that calling memcpy with arguments ...
    (comp.std.c)
  • Re: long type in solaris
    ... I need to copy a long type value into a char string using a memcpy ... On windows machine it works well, on Solaris not. ... solaris path into c language is the same. ... Is there a particular manner to use long values on solaris? ...
    (comp.lang.c)
  • Re: long type in solaris
    ... I need to copy a long type value into a char string using a memcpy ... On windows machine it works well, on Solaris not. ...
    (comp.lang.c)