pagure Logo
  • Log In

SSSD / sssd

Clone
Source Code
GIT
Documentation
GIT

Learn more about these different git repos.

Other Git URLs

  • Source
  • Docs
  • Issues  0
  • Pull Requests  0
  • Roadmap 
  • Stats
 Overview  Files  Commits  Branches  Forks  Releases

9f0bffe sssd: incorrect checks on length values during packet decoding

7 files Authored by mzidek 5 years ago, Committed by jhrozek 5 years ago,
raw patch tree parent
7 files changed. 22 lines added. 22 lines removed.
src/providers/ad/ad_gpo_child.c
file modified
+4 -4
src/providers/ipa/selinux_child.c
file modified
+3 -3
src/providers/krb5/krb5_child.c
file modified
+5 -5
src/providers/krb5/krb5_child_handler.c
file modified
+3 -3
src/providers/ldap/ldap_child.c
file modified
+3 -3
src/providers/ldap/sdap_child_helpers.c
file modified
+1 -1
src/sss_client/ssh/sss_ssh_client.c
file modified
+3 -3
    sssd: incorrect checks on length values during packet decoding
    
    https://fedorahosted.org/sssd/ticket/1697
    
    It is safer to isolate the checked (unknown/untrusted)
    value on the left hand side in the conditions
    to avoid overflows/underflows.
    
    Reviewed-by: Petr Cech <pcech@redhat.com>
    
        
src/providers/ad/ad_gpo_child.c
file modified
+4 -4
src/providers/ipa/selinux_child.c
file modified
+3 -3
src/providers/krb5/krb5_child.c
file modified
+5 -5
src/providers/krb5/krb5_child_handler.c
file modified
+3 -3
src/providers/ldap/ldap_child.c
file modified
+3 -3
src/providers/ldap/sdap_child_helpers.c
file modified
+1 -1
src/sss_client/ssh/sss_ssh_client.c
file modified
+3 -3
Powered by Pagure 5.13.2
Documentation • File an Issue • About • SSH Hostkey/Fingerprint
© Red Hat, Inc. and others.