1
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-02-02 15:08:00 -05:00
Augustin Fabre f2ae5e80fc Really check success of getcwd(3)
`getcwd(3)' returns a NULL pointer when it fails, and a pointer to the buffer
when it succeeds. The array of characters (allocated on the stack) is not NULL,
so it cannot be used to check if `getcwd(3)' succeeded. Use the pointer
returned by `getcwd(3)' to check success.
2021-04-07 18:57:27 +02:00
..
2020-02-05 19:19:42 +11:00
2020-10-12 20:21:06 +02:00
2020-01-20 22:36:02 +00:00
2020-01-20 22:36:02 +00:00
2020-10-12 20:21:06 +02:00
2020-10-12 20:21:06 +02:00
2020-10-12 20:21:06 +02:00
2020-10-12 20:21:06 +02:00
2020-10-12 20:21:06 +02:00
2020-04-23 21:18:23 +02:00