npgsql - Npgsql2: More explicit serialisation of numeric types, for

From: talliesin(at)pgfoundry(dot)org (User Talliesin)
To: pgsql-committers(at)postgresql(dot)org
Subject: npgsql - Npgsql2: More explicit serialisation of numeric types, for
Date: 2008-12-25 17:21:13
Message-ID: 20081225172113.AAE8517ADDF7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
More explicit serialisation of numeric types, for added type-safety (reducing attack surface for exploits based on passing non-numeric data where numeric data is expected).

Modified Files:
--------------
Npgsql2/src/NpgsqlTypes:
NpgsqlTypeConverters.cs (r1.12 -> r1.13)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypeConverters.cs.diff?r1=1.12&r2=1.13)
NpgsqlTypesHelper.cs (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/npgsql/Npgsql2/src/NpgsqlTypes/NpgsqlTypesHelper.cs.diff?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Talliesin 2008-12-25 23:34:52 npgsql - Npgsql2: Fix lack of parameter length in certain cases (bug
Previous Message User Achernow 2008-12-25 16:56:51 libpqtypes - libpqtypes: fixed typo from code reformat change