Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#31: Support multiple devices per user #177
#31: Support multiple devices per user #177
Changes from 42 commits
13cb6fc
119ff4f
daeaadc
92e5de2
5a84cc5
a9d08e5
50e44a4
940f19a
5515521
50cdf61
7c5e976
61b90c5
b69db4a
dc41184
20be5fd
5a6d8b8
6ea5419
a4a4b0d
d4d9709
f0a6fd0
5538ec6
d2be4dd
f1f5c9c
7571f19
d71b610
3ab2250
78ef7d4
b1947cd
50d86f4
9615cb0
7d3da0b
68504d7
869a101
ba01aa5
87410ca
eac01e1
744024e
173234c
054ce36
0f32e33
e198f0e
6a30c3d
35fbd34
c4aa26d
538d50d
1aca921
914896b
4e2d5b0
d2af4a4
256c630
0b2d52b
97037bd
5dc323c
f016b10
c68d079
cd95c82
1e69695
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check notice
Code scanning / devskim
If a string is missing a null terminator, strlen will read past the end of the buffer Note
Check notice
Code scanning / devskim
If a string is missing a null terminator, strlen will read past the end of the buffer Note
Check notice
Code scanning / devskim
If a string is missing a null terminator, strlen will read past the end of the buffer Note
Check failure
Code scanning / devskim
strcpy is frequently dangerous, as it will cause a buffer overflow if the source is larger than the destination. Error
This file was deleted.