[ 
https://issues.apache.org/jira/browse/THRIFT-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13654636#comment-13654636
 ] 

Jens Geyer edited comment on THRIFT-1964 at 5/10/13 5:34 PM:
-------------------------------------------------------------

{quote}Also, where does it properly update the isset after 
deserialization{quote}

Mmmh, the breakpoint was hit and the flag is set. I really appreciate any 
further modifications to the patch. I am not able to test all the combinations 
so I may indeed overlook something.

                
      was (Author: jensg):
    {quote}Also, where does it properly update the isset after 
deserialization{quote}

The breakpoint was hit and the flag is set. What am I overlooking?
                  
> 'Isset' will cause xmlserializer crashed.
> -----------------------------------------
>
>                 Key: THRIFT-1964
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1964
>             Project: Thrift
>          Issue Type: Bug
>          Components: C# - Compiler
>    Affects Versions: 0.9
>         Environment: .net framework 3.5
>            Reporter: xq.gzh
>              Labels: Isset
>         Attachments: a.thrift, Program.cs, ReproduceTheIssue.zip, 
> THRIFT-1964_Isset_causes_xmlserializer_exeption.patch
>
>   Original Estimate: 8h
>  Remaining Estimate: 8h
>
> same class name 'Isset' in user defined class will cause xmlserializer 
> crashed. 
> below is the sample thrift:  
> struct A {
>  1: string x;
> }
> struct B {
>  1: string y;
> }
> struct C {
>  1:A a
>  2:B b
> }
> generate code and try xmlserialize instance of class C. it crashed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to