Loading src/common/sandbox.c +1 −1 Original line number Diff line number Diff line Loading @@ -1239,7 +1239,7 @@ prot_strings(scmp_filter_ctx ctx, sandbox_cfg_t* cfg) /** * Auxiliary function used in order to allocate a sandbox_cfg_t element and set * it's values according the the parameter list. All elements are initialised * its values according the parameter list. All elements are initialised * with the 'prot' field set to false, as the pointer is not protected at this * point. */ Loading src/common/workqueue.h +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ #include "compat.h" /** A replyqueue is used to tell the main thread about the outcome of * work that we queued for the the workers. */ * work that we queued for the workers. */ typedef struct replyqueue_s replyqueue_t; /** A thread-pool manages starting threads and passing work to them. */ typedef struct threadpool_s threadpool_t; Loading src/or/keypin.c +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ keypin_clear(void) HT_CLEAR(rsamap,&the_rsa_map); if (bad_entries) { log_warn(LD_BUG, "Found %d discrepencies in the the keypin database.", log_warn(LD_BUG, "Found %d discrepencies in the keypin database.", bad_entries); } } Loading src/or/policies.c +6 −4 Original line number Diff line number Diff line Loading @@ -2345,11 +2345,13 @@ policy_summary_reject(smartlist_t *summary, } /** Add a single exit policy item to our summary: * If it is an accept ignore it unless it is for all IP addresses * ("*"), i.e. it's prefixlen/maskbits is 0, else call * * If it is an accept, ignore it unless it is for all IP addresses * ("*", i.e. its prefixlen/maskbits is 0). Otherwise call * policy_summary_accept(). * If it's a reject ignore it if it is about one of the private * networks, else call policy_summary_reject(). * * If it is a reject, ignore it if it is about one of the private * networks. Otherwise call policy_summary_reject(). */ static void policy_summary_add_item(smartlist_t *summary, addr_policy_t *p) Loading src/or/shared_random.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ typedef struct sr_commit_t { /* Commit owner info */ /* The RSA identity key of the authority and it's base16 representation /* The RSA identity key of the authority and its base16 representation, * which includes the NUL terminated byte. */ char rsa_identity[DIGEST_LEN]; char rsa_identity_hex[HEX_DIGEST_LEN + 1]; Loading Loading
src/common/sandbox.c +1 −1 Original line number Diff line number Diff line Loading @@ -1239,7 +1239,7 @@ prot_strings(scmp_filter_ctx ctx, sandbox_cfg_t* cfg) /** * Auxiliary function used in order to allocate a sandbox_cfg_t element and set * it's values according the the parameter list. All elements are initialised * its values according the parameter list. All elements are initialised * with the 'prot' field set to false, as the pointer is not protected at this * point. */ Loading
src/common/workqueue.h +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ #include "compat.h" /** A replyqueue is used to tell the main thread about the outcome of * work that we queued for the the workers. */ * work that we queued for the workers. */ typedef struct replyqueue_s replyqueue_t; /** A thread-pool manages starting threads and passing work to them. */ typedef struct threadpool_s threadpool_t; Loading
src/or/keypin.c +1 −1 Original line number Diff line number Diff line Loading @@ -479,7 +479,7 @@ keypin_clear(void) HT_CLEAR(rsamap,&the_rsa_map); if (bad_entries) { log_warn(LD_BUG, "Found %d discrepencies in the the keypin database.", log_warn(LD_BUG, "Found %d discrepencies in the keypin database.", bad_entries); } } Loading
src/or/policies.c +6 −4 Original line number Diff line number Diff line Loading @@ -2345,11 +2345,13 @@ policy_summary_reject(smartlist_t *summary, } /** Add a single exit policy item to our summary: * If it is an accept ignore it unless it is for all IP addresses * ("*"), i.e. it's prefixlen/maskbits is 0, else call * * If it is an accept, ignore it unless it is for all IP addresses * ("*", i.e. its prefixlen/maskbits is 0). Otherwise call * policy_summary_accept(). * If it's a reject ignore it if it is about one of the private * networks, else call policy_summary_reject(). * * If it is a reject, ignore it if it is about one of the private * networks. Otherwise call policy_summary_reject(). */ static void policy_summary_add_item(smartlist_t *summary, addr_policy_t *p) Loading
src/or/shared_random.h +1 −1 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ typedef struct sr_commit_t { /* Commit owner info */ /* The RSA identity key of the authority and it's base16 representation /* The RSA identity key of the authority and its base16 representation, * which includes the NUL terminated byte. */ char rsa_identity[DIGEST_LEN]; char rsa_identity_hex[HEX_DIGEST_LEN + 1]; Loading