-
Notifications
You must be signed in to change notification settings - Fork 571
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
Cygwin::win_to_posix_path() fails, possible memory corruption #16244
Comments
From ln@h0x.deThis is a bug report for perl from ln@h0x.de, The Perl-integrated conversion function for Cygwin paths Cygwin::win_to_posix_path() is broken. To reproduce, please call script 'test.pl' with attached XML file 'test.xml' as argument. +++ test.pl +++ use XML::DOM; print 'XML FILE (argument):>' . $ARGV[0] . "<\n"; my $parser = new XML::DOM::Parser(); my $win_attr_path = Cygwin::win_to_posix_path($attr_path); +++ test.xml +++ Please note that in my tests, only the path read from the XML is affected. Direct output of this Site configuration information for perl 5.26.1: Configured by ASSI at Tue Sep 26 18:57:14 CEST 2017. Summary of my perl5 (revision 5 version 26 subversion 1) configuration: Locally applied patches: @INC for perl 5.26.1: Environment for perl 5.26.1: |
From @jkeenanOn Tue, 14 Nov 2017 12:52:03 GMT, ln@h0x.de wrote:
I recommend that you first discuss this problem with the maintainer of XML::DOM. You can file a bug report at https://rt.cpan.org/Dist/Display.html?Status=Active;Queue=XML-DOM. Thank you very much. -- |
The RT System itself - Status changed from 'new' to 'open' |
From zefram@fysh.orgLando Nachtmann wrote:
You should narrow this problem down to one of those modules or the other. -zefram |
@iabyn - Status changed from 'open' to 'rejected' |
From Stromeko@nexgo.deLando Nachtmann writes:
I'd say it behaves exactly as documented, though not as you expected. Regards, Factory and User Sound Singles for Waldorf Blofeld: |
From ln@h0x.de"Zefram via RT" wrote:
Ok, thank you, I will do that. |
From @khwilliamsonOn 11/16/2017 09:23 AM, Lando Nachtmann via perl5-porters wrote:
The cygwin/cygwin.c file is Core. |
From ln@h0x.deAh! Thank you. 16. November 2017 20:22, "Achim Gratz via RT" <perlbug-followup@perl.org> schrieb:
|
Migrated from rt.perl.org#132443 (status was 'rejected')
Searchable as RT132443$
The text was updated successfully, but these errors were encountered: