-
Notifications
You must be signed in to change notification settings - Fork 3
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
lib-vfs-mc-vfs-extfs.c-UN-need-goto #2057
Comments
|
The result of extfs_get_path_mangle() cannot be free immediately after function call because it points to function argument (mpath in this case). |
|
Replying to vit_r:
Sorry, I was incorrect.
I meant that mpath cannot be freed immediately after call of extfs_get_path_mangle() because q (the returned value of extfs_get_path_mangle()) points to the part of mpath. If you delete mpath, q will point to deallocated memory. |
Replying to andrew_b:
But most important (sorry about asking):
Did You applied this patch to see quit obvious bug (at least one) ?
And thanks for fast reply also
And one more thing
And great happening: '_vfs_get_cwd ();' |
Replying to andrew_b:
|
Important
This issue was migrated from Trac:
vit_r
(vit_r@….ru)a try to simplify ("nothing" is changed)
Note
Original attachments:
vit_r
(vit_r@….ru) onFeb 24, 2010 at 16:16 UTC
The text was updated successfully, but these errors were encountered: