about summary refs log tree commit diff
path: root/malloc/hooks.c
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-04 18:15:18 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-07-04 18:15:18 +0530
commit91fb0f17a5779da6e7877eb74119a83dbe8bf167 (patch)
tree493f76a7b97fe4a661ebc3b1af2341aaa4f11fd7 /malloc/hooks.c
parente766ce3088e1da976d6fa7903870683b3fed7f17 (diff)
downloadglibc-91fb0f17a5779da6e7877eb74119a83dbe8bf167.tar.gz
glibc-91fb0f17a5779da6e7877eb74119a83dbe8bf167.tar.xz
glibc-91fb0f17a5779da6e7877eb74119a83dbe8bf167.zip
hooks.c: Remove incorrect comment
The comment about different values of glibc.malloc.check is no longer
valid.
Diffstat (limited to 'malloc/hooks.c')
-rw-r--r--malloc/hooks.c4
1 files changed, 0 insertions, 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. */