You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Holger Vogt
560cb6e970
plotting/grid.c, bug fix, avoid string buffer overflow
Prevent a crash of example/FFT_test.cir.
Buffer 'buf' in function drawlingrid() has been too small.
Increase 'buf' size, and add some protection.
The example file examples/plot/test-small-plot.cir
shows the limits of plotting:
difference in two numbers at digit 14 is plotted well.
at digit 15 is plotted with bugs.
at digit 16 is reduced to integer.
consider compiling with
-O1 -D_FORTIFY_SOURCE=2
for gcc, and
/GS
for visual studio.
8 years ago
..
Monte_Carlo
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
TransImpedanceAmp
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
TransmissionLines
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
adms
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
cider
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
control_structs
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
inductive-systems
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
measure
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
memristor
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
numparam
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
plot
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
proc2mod
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
pss
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
snapshot
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
tclspice
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
transient-noise
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
various
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago
xspice
parser/inpgmod.c, #1/6, cleanup, search, break then process
8 years ago