Files
systemd/src/basic
Lennart Poettering 2f82562bad alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Let's define two helpers strdupa_safe() + strndupa_safe() which do the
same as their non-safe counterparts, except that they abort if called
with allocations larger than ALLOCA_MAX.

This should ensure that all our alloca() based allocations are subject
to this limit.

afaics glibc offers three alloca() based APIs: alloca() itself,
strndupa() + strdupa(). With this we have now replacements for all of
them, that take the limit into account.
2021-10-14 15:57:52 +02:00
..
2021-09-29 15:33:50 +09:00
2021-10-06 10:52:10 +02:00
2021-10-06 10:52:10 +02:00
2021-05-17 22:27:41 +01:00
2021-05-17 22:27:41 +01:00
2021-05-17 22:27:41 +01:00
2021-05-17 22:27:41 +01:00
2021-06-30 23:33:00 +09:00
2021-10-08 13:11:00 +01:00
2021-10-08 13:11:00 +01:00
2021-09-22 12:58:46 +02:00
2021-03-31 21:43:45 +02:00
2021-10-08 13:11:00 +01:00
2021-09-28 15:15:12 +09:00
2021-09-28 15:15:12 +09:00
2021-08-10 17:08:00 +02:00
2021-10-06 10:52:14 +02:00
2021-04-08 13:00:50 +02:00
2021-02-16 17:15:11 +01:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:32 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-06-15 19:07:11 +09:00
2021-03-01 13:40:52 +01:00
2021-07-09 11:11:25 +02:00
2021-06-23 17:25:30 +02:00
2021-04-30 09:31:34 -07:00