Re: "stack smashing detected"

Liste des GroupesRevenir à cl c  
Sujet : Re: "stack smashing detected"
De : malcolm.arthur.mclean (at) *nospam* gmail.com (Malcolm McLean)
Groupes : comp.lang.c
Date : 13. Jun 2024, 11:32:15
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v4eeav$26p06$1@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 13/06/2024 09:54, Ben Bacarisse wrote:
 
valgrind is too hardcore for me (for the hobby C programs I write
anyway).
 What does "too hardcore" mean?  It's very simple to use and catches more
problems than gcc's runtime checks can.  Compile with -g (so you get
line number information) and then run under valgrind:
 
valgrind is my favourite little utility. It's easy to use, and flushes out bugs very effectively. Unfotunately the Mac won't let me run it
--
Check out my hobby project.
http://malcolmmclean.github.io/babyxrc

Date Sujet#  Auteur
12 Jun 24 * "stack smashing detected"6DFS
13 Jun 24 `* Re: "stack smashing detected"5Ben Bacarisse
13 Jun 24  `* Re: "stack smashing detected"4DFS
13 Jun 24   `* Re: "stack smashing detected"3Ben Bacarisse
13 Jun 24    `* Re: "stack smashing detected"2Malcolm McLean
14 Jun 24     `- Re: "stack smashing detected"1Kaz Kylheku

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal