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

crash in void Layer::ParseCSV(const std::string &innerText) #3

Open
andrewrk opened this issue Aug 6, 2014 · 0 comments
Open

crash in void Layer::ParseCSV(const std::string &innerText) #3

andrewrk opened this issue Aug 6, 2014 · 0 comments
Labels

Comments

@andrewrk
Copy link
Collaborator

andrewrk commented Aug 6, 2014

Crash while parsing CVS inside void Layer::ParseCSV(const std::string &innerText).

To fix:

Replace line
char *csv = strdup(innerText.c_str());

with
char *csv = _strdup(innerText.c_str());

@andrewrk andrewrk added the bug label Aug 6, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant