-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Use length to ensure null chars do not cause early termination of C string copies/reads #272
Commits on Jan 6, 2022
-
Intro test case for null terminator string
Genevieve L'Esperance committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 1611ced - Browse repository at this point
Copy the full SHA 1611cedView commit details -
unexpected result: expected ss, got sx00s
Genevieve L'Esperance committedJan 6, 2022 Configuration menu - View commit details
-
Copy full SHA for 1911ffa - Browse repository at this point
Copy the full SHA 1911ffaView commit details
Commits on Jan 7, 2022
-
Fix the assertion, add Unicode symbols
Maxim Shirshin committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for b7bbe79 - Browse repository at this point
Copy the full SHA b7bbe79View commit details -
Pass go string length into v8::String::New to ensure it does not cut off
at null chars
Genevieve L'Esperance committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 3348d80 - Browse repository at this point
Copy the full SHA 3348d80View commit details -
Reuse the existing RtnString type
Genevieve L'Esperance committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 8eb8550 - Browse repository at this point
Copy the full SHA 8eb8550View commit details
Commits on Jan 11, 2022
-
Merge branch 'master' into sws-722
Genevieve authoredJan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 7a9bb8e - Browse repository at this point
Copy the full SHA 7a9bb8eView commit details -
Genevieve L'Esperance committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 6009677 - Browse repository at this point
Copy the full SHA 6009677View commit details -
Co-authored-by: Dylan Thacker-Smith <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f6accef - Browse repository at this point
Copy the full SHA f6accefView commit details -
Genevieve L'Esperance committed
Jan 11, 2022 Configuration menu - View commit details
-
Copy full SHA for 1942901 - Browse repository at this point
Copy the full SHA 1942901View commit details
Commits on Jan 12, 2022
-
Merge branch 'master' into sws-722
Genevieve authoredJan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for d572da3 - Browse repository at this point
Copy the full SHA d572da3View commit details -
Merge branch 'master' into sws-722
Genevieve authoredJan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 941957d - Browse repository at this point
Copy the full SHA 941957dView commit details -
Use std::string constructor in CopyString(Utf8Value) to keep whole
string
Genevieve L'Esperance committedJan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 396ce4d - Browse repository at this point
Copy the full SHA 396ce4dView commit details -
Genevieve L'Esperance committed
Jan 12, 2022 Configuration menu - View commit details
-
Copy full SHA for 1361f8e - Browse repository at this point
Copy the full SHA 1361f8eView commit details