File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8080,7 +8080,7 @@ main(int argc, char **argv)
8080
8080
exit_nicely(conn);
8081
8081
}
8082
8082
8083
- /* Set always-secure search path, so malicous users can't take control. */
8083
+ /* Set always-secure search path, so malicious users can't take control. */
8084
8084
res = PQexec(conn,
8085
8085
"SELECT pg_catalog.set_config('search_path', '', false)");
8086
8086
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8250,7 +8250,7 @@ main(int argc, char **argv)
8250
8250
exit_nicely(conn);
8251
8251
}
8252
8252
8253
- /* Set always-secure search path, so malicous users can't take control. */
8253
+ /* Set always-secure search path, so malicious users can't take control. */
8254
8254
res = PQexec(conn,
8255
8255
"SELECT pg_catalog.set_config('search_path', '', false)");
8256
8256
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8477,7 +8477,7 @@ main(int argc, char **argv)
8477
8477
exit_nicely(conn);
8478
8478
}
8479
8479
8480
- /* Set always-secure search path, so malicous users can't take control. */
8480
+ /* Set always-secure search path, so malicious users can't take control. */
8481
8481
res = PQexec(conn, "SET search_path = testlibpq3");
8482
8482
if (PQresultStatus(res) != PGRES_COMMAND_OK)
8483
8483
{
Original file line number Diff line number Diff line change @@ -899,7 +899,7 @@ main(int argc, char **argv)
899
899
exit_nicely(conn);
900
900
}
901
901
902
- /* Set always-secure search path, so malicous users can't take control. */
902
+ /* Set always-secure search path, so malicious users can't take control. */
903
903
res = PQexec(conn,
904
904
"SELECT pg_catalog.set_config('search_path', '', false)");
905
905
if (PQresultStatus(res) != PGRES_TUPLES_OK)
You can’t perform that action at this time.
0 commit comments