public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] hooks.c: Remove incorrect comment
@ 2021-07-04 12:47 Siddhesh Poyarekar
  0 siblings, 0 replies; only message in thread
From: Siddhesh Poyarekar @ 2021-07-04 12:47 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=91fb0f17a5779da6e7877eb74119a83dbe8bf167

commit 91fb0f17a5779da6e7877eb74119a83dbe8bf167
Author: Siddhesh Poyarekar <siddhesh@sourceware.org>
Date:   Sun Jul 4 18:15:18 2021 +0530

    hooks.c: Remove incorrect comment
    
    The comment about different values of glibc.malloc.check is no longer
    valid.

Diff:
---
 malloc/hooks.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/malloc/hooks.c b/malloc/hooks.c
index 57a9b55788..daa5c7cfae 100644
--- a/malloc/hooks.c
+++ b/malloc/hooks.c
@@ -17,10 +17,6 @@
    License along with the GNU C Library; see the file COPYING.LIB.  If
    not, see <https://www.gnu.org/licenses/>.  */
 
-/* What to do if the standard debugging hooks are in place and a
-   corrupt pointer is detected: do nothing (0), print an error message
-   (1), or call abort() (2). */
-
 /* Hooks for debugging versions.  The initial hooks just call the
    initialization routine, then do the normal work. */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-04 12:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-04 12:47 [glibc] hooks.c: Remove incorrect comment Siddhesh Poyarekar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).