]> sourceware.org Git - glibc.git/commit
debug/readlink{, at}_chk.c: Harmonize declaration and definition
authorFrederic Berat <fberat@redhat.com>
Tue, 20 Jun 2023 18:19:03 +0000 (20:19 +0200)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jun 2023 04:21:06 +0000 (00:21 -0400)
commit0371c236233ee7e491937435952c60f50f7e45ea
treef309c387e7169485b66fc229e9cc136262a15380
parent04d85febb9dd61a65045e10a8ba4add5367b239d
debug/readlink{, at}_chk.c: Harmonize declaration and definition

The declaration and definition of these routines aren't consistent.

Make the definition of __readlink_chk and __readlinkat_chk match the
declaration of the routines they fortify.  While there are no problems
today this avoids any future potential problems related to the mismatch.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
debug/readlink_chk.c
debug/readlinkat_chk.c
This page took 0.041969 seconds and 5 git commands to generate.