-
Notifications
You must be signed in to change notification settings - Fork 79
Issue converting typedef pointers to checked types #619
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
Comments
This is a more extensive example of the issue: C code:
|
Transferred this issue to the 3C team: correctcomputation#409 |
sulekhark
pushed a commit
that referenced
this issue
Jul 8, 2021
…indows. (#626) * Fix escaping bugs that currently affect the JSON formatting test on Windows. Other escaping bugs may remain; #620 is to fix all of them. Fixes #619. * Add test of a backslash in a file path on Linux and Mac OS X. While I'm here, fix a typo in the name of json_formating.c and add `--` to its `3c` command lines.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I came across this issue when converting the icecast code.
The issue can be illustrated with this small example:
checked-c-convert
produces this:Note the variable name change and the
_Ptr<>
change fromfoo
toint
The text was updated successfully, but these errors were encountered: