-
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
(mandriva) concat_dir_and_file() + NULL parameter fix #180
Comments
|
sorry, I'm messed up! this one should be |
just move patch here and make a review |
|
Replying to metux (#180):
Here: const char *file = filename;
And, in the patch, there is this comment: |
I've reworked the whole function and replaced it by mhl_str_dir_plus_file() in mhl/string.h |
|
|
Moving this to 4.6.2 as this is already fixed in 4.6 branch. We need to update NEWS file. |
Replying to metux:
First:
#include <mhl/string.h> is forgotten in those files.
Second: in mhl_str_dir_plus_file() there are incorrect type of strlen() results: int instead of size_t. |
|
|
Those are fixed and will be available in mc-4.6.2.
It is sane cleanup. Will be applied in next (after mc-4.6.2) bugfix. |
Okay.. I'll close this report.. the type cleanup will be available in the next version of mc (4.6.3 or 4.6.2.1, not sure up to now). |
Important
This issue was migrated from Trac:
metux
(@metux)committed-mc-4.6
,committed-master
http://svn.mandriva.com/cgi-bin/viewvc.cgi/packages/cooker/mc/current/SOURCES/mc-concat.patch?view=markup
branch:180_concat_dir_and_file (base mc-4.6)
[54d6ec8]
committed mc-4.6
committed master
Note
Original attachments:
styx
(@styx) onJan 25, 2009 at 21:17 UTC
styx
(@styx) onJan 25, 2009 at 21:21 UTC
The text was updated successfully, but these errors were encountered: