Files
sudo/include
Rose 7fd680c983 Do variable length arrays the C99 way
Variable length arrays are supported by C99, but having it denoted as "1" confused the compiler and is not defined.

Note that because we don't get the inferred NULL terminator, we have to increase the malloc size by one.
2023-06-15 15:25:17 -04:00
..
2022-09-20 11:27:40 -06:00
2022-06-03 12:50:31 -06:00