[ CnUnix ] in KIDS 글 쓴 이(By): HellCat (Nobody) 날 짜 (Date): 2004년 7월 3일 토요일 오전 07시 46분 09초 제 목(Title): Re: [Q] C 에서 opengroup 정의에 따르면 The Open Group Base Specifications Issue 6 IEEE Std 1003.1, 2004 Edition The inet_ntoa() function need not be reentrant. A function that is not required to be reentrant is not required to be thread-safe. 그리고 The return value of inet_ntoa() may point to static data that may be overwritten by subsequent calls to inet_ntoa(). 결국 이것도 벤더 스페시픽 임플리멘테이션 나름으로 보면 될 듯. 기억을 더듬어 보면 inet_ntoa 도 포터블한 코딩할 때 걸림돌이 되는 종목. |