1
0
mirror of https://github.com/yarrick/iodine.git synced 2025-02-17 21:13:13 +03:00
Erik Ekman f5a82afe29 Initialize get_resolvconf_addr variable rv to NULL
Getting warning compiling for Android:

./util.c:35:6: warning: variable 'rv' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (sscanf(buf, "%15s", addr) == 1)
            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./util.c:79:9: note: uninitialized use occurs here
        return rv;
               ^~
2021-08-16 15:06:02 +02:00
..
2017-03-11 21:30:01 -08:00
2017-04-10 21:26:13 +02:00
2021-08-16 14:45:02 +02:00
2020-07-24 19:15:02 +02:00
2017-04-10 21:26:13 +02:00
2017-03-11 21:30:01 -08:00
2017-03-11 14:23:02 -08:00
2020-05-24 14:12:40 +02:00
2021-01-31 13:46:12 +01:00
2014-06-01 08:46:54 +02:00
2019-08-04 13:30:33 +02:00
2017-03-11 21:30:49 -08:00
2021-05-14 13:38:51 +02:00
2017-03-11 21:30:01 -08:00
2021-01-31 14:01:13 +01:00