Devin Jenson's WebLog

That One Guy

August, 2005

Posts
  • Devin Jenson's WebLog

    The Danger of Marshal.StructureToPtr

    • 6 Comments
    Pop Quiz! Is the following code secure : public static unsafe IntPtr WriteListToNewNativeBuffer<T>( List <T> list) { if (list == null ) { throw new ArgumentNullException ( "list" ); } IntPtr nativeBuffer = IntPtr .Zero;...
Page 1 of 1 (1 items)