dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] [bugs #10707] assemblies are serialized 'to late' or w


From: Gopal.V
Subject: [Pnet-developers] [bugs #10707] assemblies are serialized 'to late' or wrong
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; rv:1.7.3) Gecko/20041001 Firefox/0.10.1

This mail is an automated notification from the bugs tracker
 of the project: DotGNU Portable.NET.

/**************************************************************************/
[bugs #10707] Latest Modifications:

Changes by: 
                Gopal.V <address@hidden>
'Date: 
                Mon 10/18/2004 at 10:52 (Asia/Calcutta)

            What     | Removed                   | Added
---------------------------------------------------------------------------
          Resolution | None                      | Fixed
              Status | Open                      | Closed


------------------ Additional Follow-up Comments ----------------------------
Patch applied to CVS on 18th Oct 2004






/**************************************************************************/
[bugs #10707] Full Item Snapshot:

URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10707>
Project: DotGNU Portable.NET
Submitted by: Andre Seidelt
On: Sun 10/17/2004 at 10:48

Category:  None
Severity:  5 - Average
Item Group:  None
Resolution:  Fixed
Privacy:  Public
Assigned to:  None
Status:  Closed


Summary:  assemblies are serialized 'to late' or wrong

Original Submission:  When serializing objects it may happen that the Assembly 
entry is serialized AFTER the object referencing it. This is especially true 
for object arrays.
For arrays there even exists a bug which serializes the
'no assembly' for synthetic types into the stream.

I'm not sure if this is forbidden with MS.NET, but I never found a case where 
it happened in MS.NET streams.
Nonetheless the current implementation of pnet fails to deserialize such 
streams.

the attached patch seems to fix that problem and a case, where the wrong type 
was used when serializing object arrays.

PLEASE NOTE:
don't apply the parts enclosed in "// ILU" and "// endILU"
as these are only relevant for my patched version of pnet!


Follow-up Comments
------------------


-------------------------------------------------------
Date: Mon 10/18/2004 at 10:52       By: Gopal.V <t3rmin4t0r>
Patch applied to CVS on 18th Oct 2004

-------------------------------------------------------
Date: Mon 10/18/2004 at 06:05       By: Gopal.V <t3rmin4t0r>
Please submit patches as such , not as bug reports .
Makes it easier for me.

Applying soonish.






File Attachments
-------------------

-------------------------------------------------------
Date: Sun 10/17/2004 at 10:48  Name: BinWriter.patch  Size: 2.21KB   By: Ilu
the patch
http://savannah.gnu.org/bugs/download.php?item_id=10707&amp;item_file_id=1768






For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10707>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]