]> git.ipfire.org Git - thirdparty/FORT-validator.git/commit
Issue #46: Code review
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 3 Mar 2021 01:01:29 +0000 (19:01 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Wed, 3 Mar 2021 01:01:29 +0000 (19:01 -0600)
commitc7ffc2dcb680eb95fef58766e7b4c44f7c309282
tree63e52c1a586b1b55a5a8471df0b9f5c0582532ff
parentf8f97c489dceecda60f8cc7d70991c6695bc7e4e
Issue #46: Code review

- Mandatory cgcc cleanup.
- Change the VRPS read-write lock into a mutex. (Because there
  are no readers.)
- Remove `static` modifier from `rtrhandler_handle_roa_v4()`'s
  helper functions (in the hopes of getting a slightly more
  revealing stack trace).

Still haven't found the problem. It behaves like a concurrency
error, but doesn't look possible.
src/common.c
src/common.h
src/config/rrdp_conf.c
src/log.c
src/object/tal.c
src/rtr/db/db_table.c
src/rtr/db/vrps.c