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 @@ -7838,7 +7838,7 @@ main(int argc, char **argv)
7838
7838
exit_nicely(conn);
7839
7839
}
7840
7840
7841
- /* Set always-secure search path, so malicous users can't take control. */
7841
+ /* Set always-secure search path, so malicious users can't take control. */
7842
7842
res = PQexec(conn,
7843
7843
"SELECT pg_catalog.set_config('search_path', '', false)");
7844
7844
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8008,7 +8008,7 @@ main(int argc, char **argv)
8008
8008
exit_nicely(conn);
8009
8009
}
8010
8010
8011
- /* Set always-secure search path, so malicous users can't take control. */
8011
+ /* Set always-secure search path, so malicious users can't take control. */
8012
8012
res = PQexec(conn,
8013
8013
"SELECT pg_catalog.set_config('search_path', '', false)");
8014
8014
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8234,7 +8234,7 @@ main(int argc, char **argv)
8234
8234
exit_nicely(conn);
8235
8235
}
8236
8236
8237
- /* Set always-secure search path, so malicous users can't take control. */
8237
+ /* Set always-secure search path, so malicious users can't take control. */
8238
8238
res = PQexec(conn, "SET search_path = testlibpq3");
8239
8239
if (PQresultStatus(res) != PGRES_COMMAND_OK)
8240
8240
{
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