Files
shadow/src
Alejandro Colomar 98aefe8772 lib/, src/: Rename some local variables
'endptr' is appropriate internally in strtol(3) because it's a pointer
to 'end', and 'end' itself is a pointer to one-after-the-last character
of the numeric string.  In other words,

	endptr == &end

However, naming the pointer whose address we pass to strtol(3)'s
'endptr' feels wrong, and causes me trouble while parsing the code; I
need to double check the number of dereferences, because something feels
wrong in my head.

Signed-off-by: Alejandro Colomar <alx@kernel.org>
2024-05-04 17:22:57 -05:00
..
2024-03-10 19:56:40 -05:00
2024-03-07 22:23:04 +01:00
2024-03-10 19:56:40 -05:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2023-11-25 21:24:38 -06:00
2024-03-07 22:23:04 +01:00
2024-03-10 19:56:40 -05:00
2024-03-07 22:23:04 +01:00
2021-12-23 19:36:50 -06:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-07 22:23:04 +01:00
2024-03-10 19:56:40 -05:00
2023-02-09 10:03:03 -06:00