Issue 342: Explorer crash with vdiff command http://bitbucket.org/tortoisehg/stable/issue/342/explorer-crash-with-vdiff-command
Adrian Buehlmann / abuehl on Sat, 4 Jul 2009 21:53:15 +0200: Comment: Since GetCommandString is a function from a COM interface, we can't do much but implement how the caller calls it. It seems explorer is calling us with a length of the target buffer that is shorter than our string. Best we can do is truncate it. Interestingly, I don't see any truncated strings in the ui. Implemented in <<changeset 82b700937130>> ("shellext: copy truncated strings in GetCommandString"). Changes: status: open -> resolved -- This is an issue notification from bitbucket.org. You are receiving this either because you are the owner of the issue, or you are following the issue. ------------------------------------------------------------------------------ _______________________________________________ Tortoisehg-develop mailing list Tortoisehg-develop@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop