]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
hooks.c: Remove incorrect comment
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 4 Jul 2021 12:45:18 +0000 (18:15 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Sun, 4 Jul 2021 12:45:18 +0000 (18:15 +0530)
The comment about different values of glibc.malloc.check is no longer
valid.

malloc/hooks.c

index 57a9b55788f3361f343348574667db51a8f4840d..daa5c7cfaecd935bacdad106dcfed295d1873431 100644 (file)
    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. */