gdr / tuntox (public) (License: GPLv3) (since 2017-01-24) (hash sha1)
Tunnel TCP connections over the Tox protocol
List of commits:
Subject Hash Author Date (UTC)
CID 122512 (#1 of 1): Resource leak (RESOURCE_LEAK)11. leaked_storage: 5d9e9c5d9078d8d1987375e972282220d50b9328 GDR! 2015-07-08 10:04:52
off_by_one: Testing whether handle sockfd is strictly greater than zero a6d788c45764afb4d172dd3c75dfe593b85b5dab GDR! 2015-07-08 10:02:12
Remaining coverity bugs 5d387074214a9b9f7437bed4dcc02aab1f9abd7f GDR! 2015-07-07 17:39:47
CID 122498 (#1 of 1): Unchecked return value from library 8ae485719161a1b1d33c5d777b2b2d4035c9ff06 GDR! 2015-07-07 17:35:36
CID 122499 (#1 of 1): Unchecked return value from library 7262fd7141bdae8ae15c3f625988a7f26463cdb5 GDR! 2015-07-07 17:30:50
CID 122500 (#1 of 1): Missing return statement (MISSING_RETURN)6. f1826d2061908883fb654059f0675f79396edad0 GDR! 2015-07-07 17:25:53
CID 122503 (#1 of 1): Missing return statement (MISSING_RETURN)1. 25c3d4cc3bd800d5866a54fc0c6bc4f792971a11 GDR! 2015-07-07 17:22:40
CID 122505 (#1 of 1): Missing return statement (MISSING_RETURN)5. 92b037219a65e3b6fb7d44dd03932b4a46aa276c GDR! 2015-07-07 17:19:35
CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5. 2f56b690b9f0680852ce9170747259fcb3266eaf GDR! 2015-07-07 17:19:03
CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13. f9ec09147a7589da250a9ff0b789953cb2214a3c GDR! 2015-07-07 17:18:31
CID 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2. 6b1f29cd404077f0eb76a0511e55d96d42370333 GDR! 2015-07-07 17:16:52
CID 122510 (#1-2 of 2): Resource leak (RESOURCE_LEAK)17. leaked_storage: f4fd03d430339ae7310c43ea31f3bb3674b6074e GDR! 2015-07-07 17:16:19
CID 122511 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS)4. ec2d41d837c2a289ae8b72b4b45cc1b999621e35 GDR! 2015-07-07 17:15:11
CID 122512 (#3 of 3): Resource leak (RESOURCE_LEAK)11. leaked_storage: 70644b6231dc2f0329c5d8a06b90bed3d29da7dc GDR! 2015-07-07 17:13:37
CID 122514 (#6 of 6): Uninitialized scalar variable (UNINIT)10. 3fd4542ce246116b91ade0376639b5c145c3d3a9 GDR! 2015-07-07 17:08:46
CID 122515 (#1 of 1): Resource leak (RESOURCE_LEAK)6. leaked_storage: 568238b53927804119dcc892919654deb961c4eb GDR! 2015-07-07 17:07:30
CID 122516 (#2-1 of 2): Resource leak (RESOURCE_LEAK)11. leaked_storage: 71f6953feb4b8bd9914f04210fb23d5558c92960 GDR! 2015-07-07 17:02:51
Travis: Coverity cc2ec501a7e7563dfcb46241f837c050a9e043a6 GDR! 2015-07-07 16:21:12
Travis: remove debug statements abe6b568ac1f35749b8f08e942a7699875bbe509 GDR! 2015-07-07 15:33:30
Travis: cscope 92892c15b5291cbb904b54a671d2d42d4a72eab7 GDR! 2015-07-07 15:06:19
Commit 5d9e9c5d9078d8d1987375e972282220d50b9328 - CID 122512 (#1 of 1): Resource leak (RESOURCE_LEAK)11. leaked_storage:
Variable frame going out of scope leaks the storage it points to.
Author: GDR!
Author date (UTC): 2015-07-08 10:04
Committer name: GDR!
Committer date (UTC): 2015-07-08 10:04
Parent(s): a6d788c45764afb4d172dd3c75dfe593b85b5dab
Signer:
Signing key:
Signing status: N
Tree: 89ced0b7feab1085af400d5edd97b57273be69ec
File Lines added Lines deleted
main.c 1 0
File main.c changed (mode: 100644) (index f450a3c..374ed7a)
... ... void parse_lossless_packet(Tox *tox, uint32_t friendnumber, const uint8_t *data,
573 573 } }
574 574
575 575 handle_frame(frame); handle_frame(frame);
576 free(frame);
576 577 } }
577 578
578 579 int send_tunnel_request_packet(char *remote_host, int remote_port, int friend_number) int send_tunnel_request_packet(char *remote_host, int remote_port, int friend_number)
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/tuntox

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/tuntox

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/tuntox

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main