debian/copyright
author fbeaulier
Mon, 29 Aug 2011 17:44:49 +0200
changeset 666 9febdd6fdc71
parent 614 9b1fe0532d0d
permissions -rw-r--r--
patch from Stefan Kratochwil <entwicklung@inovel.de> : canfestival-3-fm3_698.patch
Bug:
If an object dictionary entry was requested whose size exceeds
SDO_MAX_LENGTH_TRANSFERT, the memcpy() call at line 139 of objacces.c overwrites
the memory after *pDestData which causes stack corruption.
-> Bugfix:
The bug was corrected by size checking the requested data. An 'Out of
memory' error message will be generated if the requested data exceeds
SDO_MAX_LENGTH_TRANSFERT.

Additional changes:
Added dynamic buffer allocation for the SDO transfer. This feature can be used
if SDO_DYNAMIC_BUFFER_ALLOCATION is defined in config.h. The size of the
dynamically allocated buffer is controlled with
SDO_DYNAMIC_BUFFER_ALLOCATION_SIZE.
-> Note:
This change removes the detection of OD_LENGTH_DATA_INVALID errors!
614
9b1fe0532d0d Replace \"lolitech\" contact by \"edouard\" contact
greg
parents: 346
diff changeset
     1
This package was debianized by edouard <edouard.tisserant@gmail.com> on
346
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     2
Thu, 22 Nov 2007 09:23:34 +0100.
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     3
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     4
It was downloaded from : http://www.canfestival.org
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     5
614
9b1fe0532d0d Replace \"lolitech\" contact by \"edouard\" contact
greg
parents: 346
diff changeset
     6
Upstream Author: Edouard Tisserant <edouard.tisserant@gmail.com>
346
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     7
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     8
License:
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
     9
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    10
    This package is free software; you can redistribute it and/or
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    11
    modify it under the terms of the GNU Lesser General Public
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    12
    License as published by the Free Software Foundation; either
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    13
    version 2 of the License, or (at your option) any later version.
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    14
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    15
    This package is distributed in the hope that it will be useful,
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    16
    but WITHOUT ANY WARRANTY; without even the implied warranty of
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    17
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    18
    Lesser General Public License for more details.
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    19
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    20
    You should have received a copy of the GNU Lesser General Public
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    21
    License along with this package; if not, write to the Free Software
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    22
    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    23
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    24
On Debian systems, the complete text of the GNU Lesser General
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    25
Public License can be found in `/usr/share/common-licenses/LGPL'.
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    26
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    27
614
9b1fe0532d0d Replace \"lolitech\" contact by \"edouard\" contact
greg
parents: 346
diff changeset
    28
The Debian packaging is (C) 2007, edouard <edouard.tisserant@gmail.com> and
346
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    29
is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
59dbdcc99264 add debian directory to create debian binary packages
greg
parents:
diff changeset
    30