Skip to content
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

yy_scan_string() function string size using int #664

Open
fxs0126 opened this issue Jul 26, 2024 · 1 comment
Open

yy_scan_string() function string size using int #664

fxs0126 opened this issue Jul 26, 2024 · 1 comment

Comments

@fxs0126
Copy link

fxs0126 commented Jul 26, 2024

a string size is greater than 4G;

@fxs0126
Copy link
Author

fxs0126 commented Jul 26, 2024

YY_BUFFER_STATE yy_scan_bytes( yyconst char* yybytes, int _yybytes_len ), argu _yybytes_len is int type, not size_t . It can not support 4G string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant