View Single Post
Old 04-11-2005, 03:18 AM   #7 (permalink)
Valmont
[code][/code] enforcer
 
Valmont's Avatar
 
Join Date: Mar 2003
Location: Netherlands
Posts: 1,544
Valmont is on a distinguished road
For glibc related question, best is to contact the devs. Check out the GNU community and find your way there.

However:
Quote:
Usually if you try to delete something that you don't own then you simply get the message "Segmentation fault".
The ISO C++ standard does not guarantee that! When it comes to things like freestore management or things like overruns, you're on your own. No help from the standard there. So don't assume anything about compilers or how a program runs.
__________________
Valmont is offline   Reply With Quote