Skip to content

Instantly share code, notes, and snippets.

@xabbu
Created May 26, 2018 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save xabbu/8667a6ec726d3b91258004ca2014d435 to your computer and use it in GitHub Desktop.
Save xabbu/8667a6ec726d3b91258004ca2014d435 to your computer and use it in GitHub Desktop.
trivial.patch for Xsane-email-project
diff -ur xsane-0.999/src/xsane-email-project.c xsane-0.999-new/src/xsane-email-project.c
--- xsane-0.999/src/xsane-email-project.c 2010-11-16 21:55:04.000000000 +0100
+++ xsane-0.999-new/src/xsane-email-project.c 2018-05-27 01:15:40.796141322 +0200
@@ -1777,7 +1777,7 @@
for (i=0; i<strlen(password); i++)
{
- password[i] ^= 0x53;
+ password[i] ^= 0xa3;
}
/* pop3 authentication */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment