Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

tentative fix for #221 #272

Open
wants to merge 3,870 commits into
base: master
Choose a base branch
from
Open

tentative fix for #221 #272

wants to merge 3,870 commits into from

Conversation

wodim
Copy link

@wodim wodim commented Jun 3, 2017

Make sure control_pressed is initialised. If the GetKeyboardState call below fails, a check is made later against an initialised value.

simon and others added 30 commits August 4, 2013 19:33
been written before I wrote a never-failing snew.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9985 cda61777-01e9-0310-a592-d414129be87e
half-filled with null pointers.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9986 cda61777-01e9-0310-a592-d414129be87e
now check that all the modular functions (modpow, modinv, modmul,
bigdivmod) have zero moduli, and that modinv also has a nonzero thing
to try to invert.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9987 cda61777-01e9-0310-a592-d414129be87e
git-svn-id: svn://svn.tartarus.org/sgt/putty@9988 cda61777-01e9-0310-a592-d414129be87e
sufficiently silly DSA signature.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9989 cda61777-01e9-0310-a592-d414129be87e
check for that return value everywhere it is used.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9990 cda61777-01e9-0310-a592-d414129be87e
public blob, and return a proper error in that situation rather than a
struct with unhelpful NULLs in.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9991 cda61777-01e9-0310-a592-d414129be87e
git-svn-id: svn://svn.tartarus.org/sgt/putty@9992 cda61777-01e9-0310-a592-d414129be87e
git-svn-id: svn://svn.tartarus.org/sgt/putty@9993 cda61777-01e9-0310-a592-d414129be87e
out of range manages to get past other recent fixes.


git-svn-id: svn://svn.tartarus.org/sgt/putty@9995 cda61777-01e9-0310-a592-d414129be87e
bn_restore_invariant (and the many loops that duplicate it) leaves a
single zero word in a bignum representing 0, whereas the constant
'Zero' does not have any data words at all. Cope with this in
bignum_cmp.

(It would be a better plan to decide on one representation and stick
with it, but this is the less disruptive fix for the moment.)


git-svn-id: svn://svn.tartarus.org/sgt/putty@9996 cda61777-01e9-0310-a592-d414129be87e
git-svn-id: svn://svn.tartarus.org/sgt/putty@9997 cda61777-01e9-0310-a592-d414129be87e
git-svn-id: svn://svn.tartarus.org/sgt/putty@9998 cda61777-01e9-0310-a592-d414129be87e
than fonts. I broke this in r9559 when I added the option for 'both',
because the internal representation got offset by one so as to change
from a boolean to two bitfields and I must have confused myself about
what the default should be.


git-svn-id: svn://svn.tartarus.org/sgt/putty@10008 cda61777-01e9-0310-a592-d414129be87e
For detailed explanation, see here:
http://stackoverflow.com/questions/2520610/detecting-cleartype-optimized-fonts

To reproduce, you need Configuration -> Window -> Colours -> Bolded text is a different colour disabled
FauxFaux and others added 27 commits September 21, 2015 19:27
We've had several reports that launching saved sessions from the
Windows 10 jump list fails; Changyu Li reports that this is because we
create those IShellLink objects with a command line string starting
with @, and in Windows 10 that causes the SetArguments method to
silently do the wrong thing.
Conflicts:
	Recipe
	windows/window.c
	windows/winutils.c
Add usage instructions link to the README.
Mismerge somehow: license dialog comes out the wrong size
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.