1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/otherbackends
Simon Tatham 76dc28552c Add memsets after allocation of all Backend implementors.
Now every struct that implements the Backend trait is completely
cleared before we start initialising any of its fields. This will mean
I can add new fields that default to 0 or NULL, without having to mess
around initialising them explicitly everywhere.
2021-10-30 17:28:28 +01:00
..
CMakeLists.txt Move other backends into a subdirectory. 2021-04-22 18:24:15 +01:00
raw.c Add memsets after allocation of all Backend implementors. 2021-10-30 17:28:28 +01:00
rlogin.c Add memsets after allocation of all Backend implementors. 2021-10-30 17:28:28 +01:00
supdup.c Add memsets after allocation of all Backend implementors. 2021-10-30 17:28:28 +01:00
telnet.c Add memsets after allocation of all Backend implementors. 2021-10-30 17:28:28 +01:00
testback.c Lowercase version of BackendVtable's displayname. 2021-10-24 09:59:05 +01:00