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 @@ -8375,7 +8375,7 @@ main(int argc, char **argv)
8375
8375
exit_nicely(conn);
8376
8376
}
8377
8377
8378
- /* Set always-secure search path, so malicous users can't take control. */
8378
+ /* Set always-secure search path, so malicious users can't take control. */
8379
8379
res = PQexec(conn,
8380
8380
"SELECT pg_catalog.set_config('search_path', '', false)");
8381
8381
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8545,7 +8545,7 @@ main(int argc, char **argv)
8545
8545
exit_nicely(conn);
8546
8546
}
8547
8547
8548
- /* Set always-secure search path, so malicous users can't take control. */
8548
+ /* Set always-secure search path, so malicious users can't take control. */
8549
8549
res = PQexec(conn,
8550
8550
"SELECT pg_catalog.set_config('search_path', '', false)");
8551
8551
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8772,7 +8772,7 @@ main(int argc, char **argv)
8772
8772
exit_nicely(conn);
8773
8773
}
8774
8774
8775
- /* Set always-secure search path, so malicous users can't take control. */
8775
+ /* Set always-secure search path, so malicious users can't take control. */
8776
8776
res = PQexec(conn, "SET search_path = testlibpq3");
8777
8777
if (PQresultStatus(res) != PGRES_COMMAND_OK)
8778
8778
{
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