Mats Kindahl
38b71d0e70
Use NameData and namestrcpy for names
...
Using `strlcpy` to copy variables holding PostgreSQL names can cause
issues since names are fixed-size types of length 64. This means that
any data that follows the initial null-terminated string will also be
part of the data.
Instead of using `const char*` for PostgreSQL names, use `NameData`
type for PostgreSQL names and use `namestrcpy` to copy them rather
than `strlcpy`.
2023-02-17 10:43:46 +01:00
..
2023-01-30 13:49:26 +04:00
2021-06-22 11:42:48 +03:00
2023-02-08 18:48:53 +04:00
2020-06-29 21:48:12 +02:00
2019-01-03 11:57:51 -05:00
2019-01-03 11:57:51 -05:00
2021-11-15 14:54:14 +03:00
2021-05-19 13:49:02 +05:30
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2022-02-18 14:15:11 +01:00
2021-11-15 14:54:14 +03:00
2022-10-28 17:10:13 +04:00
2021-11-15 14:54:14 +03:00
2021-06-17 22:52:29 +02:00
2022-01-28 01:43:16 +01:00
2022-12-19 19:10:24 +01:00
2022-12-05 18:15:21 +05:30
2021-11-15 14:54:14 +03:00
2022-07-28 11:54:49 +02:00
2022-10-26 23:32:05 +04:00
2022-08-11 20:11:10 +02:00
2020-05-27 17:31:09 +02:00
2022-08-11 20:11:10 +02:00
2022-08-11 20:11:10 +02:00
2020-07-20 13:22:49 +02:00
2020-07-20 13:22:49 +02:00
2022-07-27 13:14:45 +02:00
2022-01-14 18:35:46 +01:00
2021-11-15 14:54:14 +03:00
2021-11-15 14:54:14 +03:00
2020-07-20 13:22:49 +02:00
2020-07-20 13:22:49 +02:00
2022-11-10 15:31:20 +01:00
2021-04-26 08:36:57 +02:00
2019-01-13 23:30:22 +01:00
2023-01-30 13:49:26 +04:00
2022-04-18 12:54:20 +03:00
2022-04-18 12:54:20 +03:00
2021-11-15 14:54:14 +03:00
2022-12-05 18:15:21 +05:30
2023-02-17 10:43:46 +01:00
2022-04-18 12:54:20 +03:00
2023-02-07 15:53:42 +05:30
2023-02-07 15:53:42 +05:30
2023-02-07 15:53:42 +05:30
2023-02-07 15:53:42 +05:30
2022-05-17 15:24:38 +02:00
2022-01-14 18:35:46 +01:00
2022-01-14 18:35:46 +01:00
2023-01-24 20:33:50 +04:00