summaryrefslogtreecommitdiff
path: root/ifpps/.gitignore
blob: 32aad4d4537ef26d0c36abbff8d7e36d246f1a91 (plain)
1
2
3
4
*.*

!.gitignore
!Makefile
authorKangjie Lu <kangjielu@gmail.com>2016-06-02 04:11:20 -0400
committerDavid S. Miller <davem@davemloft.net>2016-06-02 21:32:37 -0700
commit4116def2337991b39919f3b448326e21c40e0dbb (patch)
tree7ccdfaac2b0c0dc732a14d0db3c89abea1dfa5db
parent5d2be1422e02ccd697ccfcd45c85b4a26e6178e2 (diff)
rds: fix an infoleak in rds_inc_info_copy
The last field "flags" of object "minfo" is not initialized. Copying this object out may leak kernel stack data. Assign 0 to it to avoid leak. Signed-off-by: Kangjie Lu <kjlu@gatech.edu> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat