We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d09630 commit f0c25a5Copy full SHA for f0c25a5
1 file changed
backend/ipp.c
@@ -1552,6 +1552,8 @@ main(int argc, /* I - Number of command-line args */
1552
char *argptr = argv[2], /* Pointer into local username */
1553
*userptr = username; /* Pointer into requesting-user-name value */
1554
1555
+ fputs("DEBUG: Trying sanitized requesting-user-name value.\n", stderr);
1556
+
1557
while (*argptr && userptr < (username + sizeof(username) - 1))
1558
{
1559
if (isalnum(*argptr & 255))
0 commit comments