Philip Dubé
20abc4d2b5
Replace foreach with foreach_ptr/foreach_oid ( #3544 )
2020-02-27 16:54:49 +01:00
Jelte Fennema
685b54b3de
Semmle: Check for NULL in some places where it might occur ( #3509 )
...
Semmle reported quite some places where we use a value that could be NULL. Most of these are not actually a real issue, but better to be on the safe side with these things and make the static analysis happy.
2020-02-27 10:45:29 +01:00
Jelte Fennema
8de8b62669
Convert unsafe APIs to safe ones
2020-02-25 15:39:27 +01:00
Hadi Moshayedi
2268a9cae6
Error for metadata commands if any metadata node is out-of-sync ( #3226 )
...
* Error for metadata commands if any metadata node is out-of-sync
* Make the functions have separate APIs for all workers/metadata workers
2019-11-27 09:52:57 +01:00
Jelte Fennema
1d8dde232f
Automatically convert useless declarations using regex replace ( #3181 )
...
* Add declaration removal to CI
* Convert declarations
2019-11-21 13:47:29 +01:00
Marco Slot
e0cccf7f9a
Move C files into the appropriate directory
2019-11-16 11:36:17 +01:00