This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Using malloc/realloc along with gdb: heap overflows


> 0x77c1794a in strncat () from /cygdrive/c/WINDOWS/system32/msvcrt.dll

This means that you built this testcase with MinGW or with -mno-cygwin,
which means that these implementations of malloc, realloc, etc. are
handled by the Microsoft C library (MSVCRT).  You essentially are not
using any part of Cygwin here, so any behavior of the heap and/or memory
allocation and/or any other standard C funtion that you call is not our
code that's running, so it's pretty much off-topic for this list.  The
MinGW list might be better.

Brian

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]