Giles Atkinson
|
dbf4c16bc0
|
Fix XSPICE memory leaks found by valgrind.
|
2022-05-09 10:07:57 +02:00 |
Holger Vogt
|
a3380903be
|
Fix a bug in the comment of the file headers
|
2020-10-10 12:22:43 +02:00 |
Holger Vogt
|
1bcfe886f3
|
GPL instead of BSD
|
2020-10-10 12:22:27 +02:00 |
Holger Vogt
|
468769df16
|
Update on various licences for XSPICE code models
|
2020-10-10 12:22:12 +02:00 |
Carsten Schoenert
|
5a0ed18907
|
Small fixup for misspelled words
|
2020-08-20 15:22:48 +02:00 |
Holger Vogt
|
28c0fbf397
|
Zero fp, this fixes bug no #475
|
2020-03-15 08:51:04 +01:00 |
Jim Monte
|
1867f5b727
|
Fix of buffer overrun in interpolation at endpoint of interval. Made cfunc.mod for tables more modular. Prevented buffer overrun when building file name. Added error checking for allocation failures in many locations. Made binary search for interpolation more efficient.
|
2020-03-15 08:51:02 +01:00 |
Holger Vogt
|
e89a92f944
|
prevent referencing a NULL pointer
free the loc pointer and NULL its origin STATIC_VAR (locdata)
(that translates to mif_private->inst_var[0]->element[0].pvalue)
|
2020-03-15 08:50:51 +01:00 |
Holger Vogt
|
f9f28f7679
|
MS Windows: Use only POSIX compliant snprintf
|
2018-12-17 23:06:21 +01:00 |
dwarning
|
d7089adcaf
|
Also in case of allocation error we have to free existing memory before return.
|
2018-11-18 15:56:37 +01:00 |
Holger Vogt
|
d8352342a8
|
free more data allocated during INIT
|
2018-08-11 11:37:19 +02:00 |
Holger Vogt
|
c891c2f64f
|
Update to callback function:
delete memory also in the eno structure
do not close a file twice
|
2018-08-11 00:43:54 +02:00 |
Holger Vogt
|
d26d1b96ec
|
add callback function to delete the memory
allocated in the code model
|
2018-08-10 23:35:33 +02:00 |
h_vogt
|
37fe5308d3
|
xspice/icm/table, introduce table2d/table3d
which allows to model devices based upon linear interpolation
|
2017-04-30 17:00:15 +02:00 |